-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
training stops in colab #34
Comments
I'm able to train a bespoke model on colab just fine. Training continues until stopped or until the Colab hits the 12 hour limit (when it expires). Samples get generated every once in a while (end of epoch, I think). Can you elaborate on your problem? |
@MichaelHazani can you share your colab notebook? |
@ak9250 Sure, here's a reference Colab notebook I just made: |
@MichaelHazani do you have an updated version of the notebook? |
I am using these parameters python train.py --batch_size 4 --exp TEST --frame_sizes 16 4 --n_rnn 2 --dataset piano
and training stops in colab with ^C automatically
The text was updated successfully, but these errors were encountered: