-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorials on Colab crash #1399
Comments
Hi @Soffia-t, thanks for raising this? Does it crash because it runs out of memory? |
That is what it says. That it ran out of memory. |
I can confirm the problem, I'm currently working on improving the memory performance on NeuralProphet but didn't really find the problem. Do you have an idea where this could be in the fit function? I already improved the stride function here. I'll merge it later and then we can check if it still runs out of memory, but I think so :( |
@Soffia-t Do you have insights on how much RAM is used before it crashes? |
OK, So, I screen recorded the crash. I hope this will give you more info. |
@Soffia-t, I made some improvements to memory issues, but it still crashes... |
Hi, |
resolved with #1418 |
Prerequisites
If you have the same question but the Answer does not solve your issue, please continue the conversation there.
If you have the same issue but there is a twist to your situation, please add an explanation there.
Describe the bug
When I try to run the tutorials (I tried several), for example (https://colab.research.google.com/github/ourownstory/neural_prophet/blob/main/docs/source/how-to-guides/application-examples/energy_hospital_load.ipynb) on Colab, they always crash the session (our of RAM message) when it tries to m.fit. What I have tried:
-Running a high ram Colab, same thing
-Running it on planetary computer, same thing
-Running on Noteable.io, same thing
I did not touch any of the code on the Tutorials.
P.S. It was happening on my notebooks using NeuralProphet, I thought it might be an error in my code, that's why I went to the tutorials and the error was happening there as well.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A fix to this so that we can run NeuralProphet on Colab
The text was updated successfully, but these errors were encountered: