-
Notifications
You must be signed in to change notification settings - Fork 142
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 mode error #30
Comments
Hii, Is the training code available!!! |
Hi, could you share your training code? Thank you! |
@drahmad89 Hi, could you share your training code? Thank you! |
1 similar comment
@drahmad89 Hi, could you share your training code? Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have added a training module and I noticed when forwarding the hourglass88 with torch.no_grad it works just fine but when removing torch.no_grad the gpu (12GB) run out of memory just by forwarding one image sample. I get this message:
RuntimeError: CUDA out of memory. Tried to allocate 46.00 MiB (GPU 0; 10.91 GiB total capacity; 10.21 GiB already allocated; 44.75 MiB free; 92.41 MiB cached).
It seems by the paper that you training not 1 but 4 images per mini-batch.
The text was updated successfully, but these errors were encountered: