Section 05: Unable to load going modular notebooks #1343
Replies: 2 comments
|
never mind I was able to solve the problem. `import nbformat path = "05_pytorch_going_modular_script_mode.ipynb" nb = nbformat.read(path, as_version=4) Remove bad widgets metadata if presentif "widgets" in nb.metadata: nbformat.write(nb, path)` |
0 replies
|
Hope you get it sorted! While you're learning PyTorch — I just open-sourced ML/AI Interview Prep with a complete PyTorch training loop template (grad clipping, early stopping, learning rate scheduling, evaluation), custom Dataset class, and 500+ ML interview Q&A. Might be useful alongside this course. ⭐ if helpful! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am unable to open the notebooks for going modular section. Please help. I have attached a screen shot of the error I get.
All reactions