pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.7k stars 21.33k forks source link

How Can I Train YOLO on Google Cloud #1933

Open EmrahKalfaa opened 4 years ago

EmrahKalfaa commented 4 years ago

I have GTX 1050TI on my computer and i want to train model which have 200 class. It takes 400k batch and about 1 year approximately. That's why i want to train YOLO on Google Cloud but i can't reach any documentation about it. Anyone can share own experience or any documentation?

leonmayer commented 4 years ago

This http://blog.ibanyez.info/blogs/coding/20190410-run-a-google-colab-notebook-to-train-yolov3-using-darknet-in/ explains how to do it on Google Colab, maybe a similar approach works on Cloud.

AvrahamOhana commented 4 years ago

try this: https://www.youtube.com/watch?v=USdaipqgZR8&t=16s

zampnrs commented 4 years ago

For SSD nets I'd use the ai-platform in Google Cloud, but It's also possible to make a Deep learning VM and run a jupyter notebook file, like explained here. I've not still tested this, but I think for YOLO you can get a collab approach as said above and run it in a Deep learning VM with jupyter notebook.