17 comments

[ 3.1 ms ] story [ 52.5 ms ] thread
This Free Nvidia GPUs that you mention... is that what Colaboratory is?
Providing 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...
Some bad headlines are worse the other bad headlines. And this one is fake-promising free candy of a brand I want.
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?
how 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.
And the preemtible price is only $0.22 per GPU. Not that the GPUs used here seem to be preemtible, but this might give some hint to the baseline cost.
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.
Not only that, the hardware is already on, so it's only a matter of the cost difference between an idle GPU and a busy one. It's not inconceivable that if enough paying customers showed up with K80 workloads, these freebie users might have to wait longer.
Presumably, there's not an unlimited number of them.
(comment deleted)
Is 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?
1 hour timeout on runs. I'm assuming that means from one command execution to another, not per batch but shrug. Once it times out it looks like they save state and you can reconnect but I've not checked very closely. Same for saved data but I assume there's some way to chuck it into drive which is the storage backend as far as I can tell.