You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running on Azure ML, the required RAM increases drastically when conditional seasonalities are added to the model. Not tested on local machine
To Reproduce
build basic model and then add something like this
Update: I am pretty sure that it is line 30 or line 31 because when profiling the memory consumption, memory increases by 20x in those two lines of code
Wihtin this function the main contributor is this:
Describe the bug
When running on Azure ML, the required RAM increases drastically when conditional seasonalities are added to the model. Not tested on local machine
To Reproduce
build basic model and then add something like this
Expected behavior
no drastically increase
Candidates for increased memory
neural_prophet/neuralprophet/df_utils.py
Line 46 in f08dcf8
OR
the for loop in time dataset takes very long and there could also be a lot of memory consumed:
neural_prophet/neuralprophet/time_dataset.py
Line 31 in f08dcf8
Update: I am pretty sure that it is line 30 or line 31 because when profiling the memory consumption, memory increases by 20x in those two lines of code
Wihtin this function the main contributor is this:
neural_prophet/neuralprophet/time_dataset.py
Line 263 in f08dcf8
The text was updated successfully, but these errors were encountered: