ml5-data-and-models icon indicating copy to clipboard operation
ml5-data-and-models copied to clipboard

Google Colab as platform for cloud training of models

Open cvalenzuela opened this issue 6 years ago • 4 comments

This comes from ml5.js#55:

(Yes, eventually we want to train models in JavaScript in the browser too, but this might be useful now and later.)

https://research.google.com/colaboratory/unregistered.html

cvalenzuela avatar Apr 19 '18 14:04 cvalenzuela

Would be happy to contribute to this too

scottleedavis avatar Jun 15 '18 01:06 scottleedavis

https://colab.research.google.com/drive/1vG_cfKEGzdwX64wrBbf9egq2gWijk8Id is my current setup for building models. (not model specific.) . uses model name of <model_name>.txt on upload. Happy to helpout with something moving forward. Can we setup a shared notebook to work on?

scottleedavis avatar Jun 15 '18 21:06 scottleedavis

great, thanks! we do have public account in Colab we can use to host shared notebooks.

I will go over your notebook over the weekend!

cvalenzuela avatar Jun 15 '18 23:06 cvalenzuela

cool! (I introduced a small bug yesterday that I just fixed. (in the model text upload section)

also added controls for model hyperparams. not sure the ranges are sane, but it is a start.

screen shot 2018-06-16 at 8 32 06 am

scottleedavis avatar Jun 16 '18 15:06 scottleedavis