OlafenwaMoses / ImageAI

A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
https://www.genxr.co/#products
MIT License
8.58k stars 2.19k forks source link

google colab always disconnect #570

Closed refaeldimri closed 4 years ago

refaeldimri commented 4 years ago

i try to train but google colab always disconnect and the running does not finish. i try to add script to browser to connect every 1 minute, it does not help me.. TNX

AbimbolaOO commented 4 years ago

Hello @refaeldimri, I think you should check if you are on a GPU or not because this a kind of problem that normally occurs when trying to train a deep learning model using just the CPU on google colab. To set you your runtime such that it is using a GPU click on runtime on colabs menu. Then a drop-down menu would show up and in that click change runtime type. After doing all that just restart your notebook. Voila, everything starts to work properly.

refaeldimri commented 4 years ago

i did it. it is better, but still disconnect and can not connect GPU always. if i mount my drive, is the data saved? how can i run from the point it stopped?

OlafenwaMoses commented 4 years ago

@refaeldimri You might want to post this issue in the Colab Tools repo.

https://github.com/googlecolab/colabtools/issues