Google Provides Free Nvidia K80 GPUs for Anyone to Train Deep Learning Models
11–18 of 18 posts
Re: Google Provides Free Nvidia K80 GPUs for Anyone to Train Deep Learning Models
#12how can they make it free? Would this not be anti-competitive to smaller companies charging money for it?
At current prices, the VM + GPU is $0.57/hr, which doesn’t break Google’s bank and is absurdly cheap for usability testing for a new product.
Re: Google Provides Free Nvidia K80 GPUs for Anyone to Train Deep Learning Models
#13how can they make it free? Would this not be anti-competitive to smaller companies charging money for it?
Re: Google Provides Free Nvidia K80 GPUs for Anyone to Train Deep Learning Models
#14Providing a tl;dr: Google provides a jupyter / ipython research environment with some amount of integration to their existing services. This environment they call "Colaboratory". They have now started providing free access to GPU resources from within this environment. Details for using with tensorflow here: https://colab.research.google.com/notebook#fileId=/v2/extern...
Re: Google Provides Free Nvidia K80 GPUs for Anyone to Train Deep Learning Models
#15how can they make it free? Would this not be anti-competitive to smaller companies charging money for it?
It's previous gen hardware, so presumably the only cost to google is energy usage and similar. They probably use the newer p100 and v100 cards internally which are significantly faster for deep learning.
Re: Google Provides Free Nvidia K80 GPUs for Anyone to Train Deep Learning Models
#16Is it possible to start a training run, logout for a month-two and return back once training is complete? Or does it only allow a single browser session?
Re: Google Provides Free Nvidia K80 GPUs for Anyone to Train Deep Learning Models
#17Providing a tl;dr: Google provides a jupyter / ipython research environment with some amount of integration to their existing services. This environment they call "Colaboratory". They have now started providing free access to GPU resources from within this environment. Details for using with tensorflow here: https://colab.research.google.com/notebook#fileId=/v2/extern...
Re: Google Provides Free Nvidia K80 GPUs for Anyone to Train Deep Learning Models
#18Providing a tl;dr: Google provides a jupyter / ipython research environment with some amount of integration to their existing services. This environment they call "Colaboratory". They have now started providing free access to GPU resources from within this environment. Details for using with tensorflow here: https://colab.research.google.com/notebook#fileId=/v2/extern...
Anybody know how to upload large data files into these environments? Possibly from google drive? I spent some time at it and the example loading techniques all run into download limits or IO fails. Anybody successful at loading large data files?
1. Upload local files directly (Doesn't work on Firefox)
2. HTTP download
3. Google Drive, Google sheets, Google Cloud Storage..
Take a look at this for more info: https://colab.research.google.com/notebook#fileId=/v2/extern...