High latency of DEBUG level on Jupyter Notebook compared to real-time
Hi. I am currently using RunPod for the development of deep learning models for my study, however, the jupyter notebook has been too laggy and unresponsive that the debug level that really take 3 hours to complete, it took me 8 hours just to finish it. I feel ripped off. Is this normal?
Solution:Jump to solution
Hello. It seems the issue comes from the output cell during runtime. I had it on DEBUG logging level and it was overloading the system. I changed it to INFO level and turned off my ad blocker and it fixed the issue.
8 Replies
jupyter notebook training time = 3.77 hours
real time = 8 hours
this isnt fair
What does the Notebook do? Specifically the problematic cell(s?) I'm not sure what went wrong, but I'm happy to help you figure it out.
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
laggy jupyterlab
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Solution
Hello. It seems the issue comes from the output cell during runtime. I had it on DEBUG logging level and it was overloading the system. I changed it to INFO level and turned off my ad blocker and it fixed the issue.
Leaving this for future purposes.
Thank you for posting a solution!
Glad. you got it figured out