You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how the Google Colab notebook is meant to be run (certainly not in a Colab enviroment). It is missing an import statement to mount the drive (ie. from google.colab import drive) and also the training block code is clearly not designed to run in Colab. It's also not very clear what "val_every" is supposed to do considering there is no upper-bound on the number of training batches (only their individual size if I'm interpreting this correctly).
After multiple attempts I still can't seem to get the Colab notebook to work successfully in Colab... if anyone has had any success please let me know.
The text was updated successfully, but these errors were encountered:
I've had luck with this colab notebook in the past. I'm having issues getting a 2 channel model to export (i'm guessing this is user error on my part), but mono models seem to be totally fine.
Not sure how the Google Colab notebook is meant to be run (certainly not in a Colab enviroment). It is missing an import statement to mount the drive (ie. from google.colab import drive) and also the training block code is clearly not designed to run in Colab. It's also not very clear what "val_every" is supposed to do considering there is no upper-bound on the number of training batches (only their individual size if I'm interpreting this correctly).
After multiple attempts I still can't seem to get the Colab notebook to work successfully in Colab... if anyone has had any success please let me know.
The text was updated successfully, but these errors were encountered: