yes, but remember to go to Runtime
-> Change Runtime
and select GPU
@Albertotono did you change directories via %cd ?
just copied the requirements over -
!pip install fastai2>=0.0.11 graphviz ipywidgets matplotlib nbdev>=0.2.12 pandas scikit_learn azure-cognitiveservices-search-imagesearch sentencepiece
was able to run through intro.ipynb (didnât run the text example)
step 5 is not needed at fastai2 is being installed in step 6, is that correct ?
and should we add a git pull step too to have the most updated version of the book?
Manual imports in step 6 are only needed because requirements.txt is now missing in the clone of course-v4.
I think we definitely should
i think you need from fastai2.vision.all import *
What would be ideal is a script stashed somewhere that you can just execute each time to set it up (when opening a notebook from GitHub)
[Errno 2] No such file or directory: âimages/chapter1_cat_example.jpgâ yes, now I got this even if I copy the images folder in the new folder
@Albertotono looks like images are yet to come. (Remember they just moved everything from the fastbook repo, Iâd say give them until tonight with L1 to sort out any bugs)
Awesome @muellerzr I am too excited for this course. looking forward to tonight
Do you know why they did?
So itâs a proper course-v4 repository.
If you cloned the images directory to your gdrive you need to change the path in the notebook.
@gamo the directions change the global current directory (the %cd) so it shouldnât be necessary. The images folder doesnât exist at the moment in the repo
The images directory in https://github.com/fastai/fastbook should be the same, it probably wonât change.
Probably. I opened up an issue on GitHub so theyâll get back with me on how to deal with it (since weâre working out of course-v4)
I donât know if it was already mentioned, but you no longer need to run that code snippet to mount your Google Drive. The other option is to go to the file directory and press mount Google Drive. You will not need to copy and paste in a special token anymore.