Closed MasalaKimchi closed 2 months ago
Hi Justin! Thanks for the kind words, we have thrilled that you enjoy the package 🙂
I am on leave until end of September, but I will check it out when I am back, it may be related to your system. Did you check in another computer in the meantime?
Thanks!
@MasalaKimchi Thank you for raising this issue request! I've just run the tutorial in a new conda environment without a kernel crash. I got the same HTTP issue, but the dataset was eventually downloaded from AWS.
Are you able to isolate the line where the crash occurs?
@qiancao @tcoroller I hope you are having a wonderful weekend, and thanks for the prompt response.
Initially, when I was working on the momentum.ipynb
the kernel crashed despite successful download of data.
Strangely enough, I deleted the downloaded folder, restarted a computer, re-ran the code, and now it works like a charm!
I was unable to isolate the code block and reproduce the error. Perhaps, it was my personal computer setting that encountered a problem.
Thank you!
Hi, thank you for building this wonderful repository!
While trying to work on the
docs/notebooks/momentum.ipynb
I encountered an error during downloading MNIST dataset in the 8th code block on Jupyter Notebook. I assume this error is not related to the package itself, but was not sure where to request help for it. If you can help, that would be greatly appreciated.
My environment is Windows, Python 3.11.9, PyTorch 2.4.0+cu121, and optional dependencies are correctly installed
This is the code-block where error arises:
The error seems to be related to the original link being in-accessible due to HTTP as shown in the error output below, "HTTP Error 403: Forbidden" for multiple links. While files are downloaded, the kernel crashes. when I re-run the jupyterNotebook the code continues to crash.