-
Notifications
You must be signed in to change notification settings - Fork 14
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
Does not use GPU support on Colab #8
Comments
By default it is set up to use a gpu if available. Please check that one is available with |
Thanks I will look into that btw, i noticed a comment which specified that few operations might require torch<1.5 is that resolved? |
Things were broken in pytorch 1.4 specifically for the density regularization on GPU anything 1.5 and up should be fine. |
Is there any way i can start training from a checkpoint rather than start from scratch. which line of code should I change? |
you should be able to load weights from a checkpoint like this, maybe inserting this around line 450 in main.py (and obviously with a correct path) would do the trick
|
The model is not at all utilising the GPU support Google colab offers. Any changes I should make to the code and in which line would be helpful.
@atong01
The text was updated successfully, but these errors were encountered: