Which cloud service do you use for training darkflow models?
Or do you usually use your own GPU?
Any link suggested?
If you need GPU for training, search "google colab" that provide free gpu for 12 hours otherwise you can try google cloud compute engine.
But it doesn't seem like it allows installing darkflow. It only allows Jupyter Notebook, doesn't it?
No, you can use this jupyter as a terminal with using '!' head of command.
Like this:
!git clone https://github.com/pjreddie/darknet
Have you ever tried darkflow on it?
no but i installed cuda and darknet on it then train my model so it must be usable.
Most helpful comment
No, you can use this jupyter as a terminal with using '!' head of command.
Like this:
!git clone https://github.com/pjreddie/darknet