mirror of
https://github.com/GokuMohandas/Made-With-ML.git
synced 2026-03-09 07:12:37 -05:00
Notebook #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abcdvzz on GitHub (Dec 13, 2018).
Could u pls release a instruction on Jupyter notebook, I mean how to run your code on Jupyter notebook. You know, in China, we cannot acsess Google.
@GokuMohandas commented on GitHub (Dec 13, 2018):
Oh no, I didn't realize it affected colab as well! Give me 10 minutes, I'll come up with something
@GokuMohandas commented on GitHub (Dec 13, 2018):
alright, so you can click on the
launch Jupyterbutton on top of the README which will take you to this Binder site: https://mybinder.org/v2/gh/GokuMohandas/practicalAI/masterMost of the notebook will work but if any code throws an error, you can install the package using pip like this: !pip install torch
Let me know if you have any other questions!
@abcdvzz commented on GitHub (Dec 13, 2018):
Thank you very much.