Thank you Jeremy and Sylvain for sharing your book for free. This is a nice act of generosity of both of you in sharing your knowledge with the risk of lowering a potential revenue. However, I think both your gesture and your daily contribution in democratizing deep learning inspires gratitude. I am confident that a lot of people (especially in this community), who can afford, will not hesitate to buy your book as an expression of gratitude towards you for making our deep learning journey more meaningful and more fun: I am one of them, and I am looking forward to have the paper version of your book in my hands.
Looks like the fastbook notebooks require fastai version2. Is there any post which gives details of installing fastai v2 and its dependencies on a virtual environment??
I suggest to view our most friendliest person muellerzr’s walkthru because he wrote few notebooks on fastaiv2 that can run on colab. He said the stable version of fastaiv2 comes out one June and the naming in fastaiv2 may be changed before it.
I am using Python 3.6 within a virtual environment. On pip install requirements.txt I am getting an error ERROR: No matching distribution found for requirements.txt
Should we give specific versions to overcome this error??
Maybe your problem is you did not direct into the folder, so I suggest this code:
!pip install -r /content/fastbook/requirements.txt
if it fails, you can try my installation:
check out my colab notebook: https://github.com/JonathanSum/Fastbook_colab
You can just try to run all the install I did on notebook1 to see it can solve the problem or not.
That was indeed helpful. However still I am encountering the following error: ERROR: No matching distribution found for torch>=1.3.0 (from fastai2>=0.0.11->-r F:\fastbook\requirements.txt (line 1))
I am using python 3.6. Is it an issue with the python version?
Hi, I started reading the fastbook and there was reference to https://book.fast.ai/ for nstalling the GPUs. This link seems to be broken. Can someone please help me here?
Using Google Colab with the !pip install fastai2 snippet you provided seems like a great way to get going until “the instructions to get connected to a GPU deep learning server” are up on https://book.fast.ai
My copy just arrived today (), so I assume others will be running into this soon. If the above isn’t enough detail, I believe there are more detailed instructions for working with Colab available from @muellerzr floating around on the forums as well - at least until https://book.fast.ai has official instructions.
I’m trying to get connected to a GPU deep learning server. I followed the link: book’s website, but I’m not seeing a list of recommended options anywhere on this page. If fact, this is the page I came from before being directed to the book. Is the link not taking me to the correct location?