Skip to content

Instantly share code, notes, and snippets.

@cedrickchee
Created January 25, 2018 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cedrickchee/6c0f59448c8d2ed7909f087b5cfe1c90 to your computer and use it in GitHub Desktop.
Save cedrickchee/6c0f59448c8d2ed7909f087b5cfe1c90 to your computer and use it in GitHub Desktop.
Google Colab makes free GPUs available for folks to try out

Google-owned Kaggle adds free GPUs to online coding service.

Google says users of Colaboratory, its live coding mashup that works like a cross between a Jupyter Notebook and a Google Doc, now comes with free GPUs. Users can write a few code snippets, detailed here, and get access to two vCPUs with 13GB of RAM and, the icing on the cake - an NVIDIA K80 GPU, according to a comment from an account linked to Michael Piatek at Google.

Access Colaboratory here.

This is awesome! This definitely increases the usability of Colab notebooks, which I have already started using in my day-to-day experiments. I especially like the ability to save multiple checkpoints - a features sorely lacking in standard Jupyter Notebooks.

Free GPUS with very few strings attached:

  • Jupyter notebooks max running time of 12 hours, according to someone (Michael Piatek?) on the Colab team. What this means is, the 12 hour limit is for contiguous assignment of a single GCE VM and applies to both CPU and GPU machines. There's no per-day limit, so if you end up using one VM for 12h, you can use a distinct VM afterwards for another 12 hour.

I've used it for a few weeks when only CPU is available. Like Kaggle, it's just so quick to get into the environment and start coding.

Question remains:

  • I wonder if there will be an option on the future to purchase instance upgrades (for example, to include GPU resources).
  • Any chance you are throwing some TPUs our way? :)
  • I looked around and didn't see any listed software capabilities;

Playing around in the environment, I think I saw the VM is running on Ubuntu 17.10 Linux OS.

I hope they keep it forever free and keep the Bitcoin miner from abusing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment