Still … in terms of getting up and running quickly, this kinda blew my mind.
I was fully prepared to encounter and troubleshoot a bunch of issues, but instead I can just start coding. It may not be the ideal setup for ML solutions long term, but imho it should be the de facto environment for folks starting with part 1 of the course.
On the contrary, my experience with Colab has been quite good. Most often had 11G memory to myself.
Also, @wgpubs Colab is backed by a K80 GPU similar to a p2.xlarge instance. So, the speed is similar. However, for faster training times, you’d like a p3.xlarge (which has 16G RAM).
A nifty little improvement to the script to address the older version of the library on pip is to make this change: ! pip install https://github.com/fastai/fastai/archive/master.zip instead of ! pip install fastai
Definitely @jeremy ! Here in India most of the students cannot afford to pay. Even personalized GPUs are very costly. I have done my entire Part 1 of fast.ai on Google colab and it didn’t disappoint me.
I really enjoyed the first live session. Thank you so much for making a wonderful course!
Hey @sourabhd. I was initially trying to implement whatever I can in Colab as well but somewhere around lesson 4 or 5, it just started taking too long and memory issues were very annoying. What I wanted to know was, how long did training models (say the language model in lesson 4) take for you? Did it continue running for that long without interruption?
Hello @sourabhd It is my first time to use Google colab
data file is not found when i run the last three lines
tar: data/VOCtrainval_06-Nov-2007.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
unzip: cannot find or open data/PASCAL_VOC.zip, data/PASCAL_VOC.zip.zip or data/PASCAL_VOC.zip.ZIP.