Description
Google Colaboratory is a promising machine learning research platform. Here are 3 tips to simplify its usage and facilitate using a GPU, installing libraries, and uploading data files.
Summary
- Like many of you, I have been very excited by Google's Colaboratory project.
- To be clear, these aren't hidden hacks, but a handy collection of documented (and further clarified) functionality that may be essential.
- Uploading and Using Data Files You need to data to use in your Colab notebooks, right?
- You could use something like wget to grab data from the web, but what if you have some local files you want to upload to your Colab environment within your Google Drive and use them?