-
Notifications
You must be signed in to change notification settings - Fork 254
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
out of memory #20
Comments
how big is your gpu memory? You may want to use smaller images and smaller models. ( |
Thank you for your reply.My gpu memory is only 3G.According to your suggestion, I modified the memory but the problem is still not resolved. |
Could you give more details about your current problem? |
These warnings are related to visdom. Try |
Thank you so much.I have solved this problem with your help. |
when I run command that bash ./scripts/train_edges2shoes.sh
I got following error
RuntimeError: cuda runtime error (2) : out of memory at /opt/conda/conda-bld/pytorch_1518243271935/work/torch/lib/THC/generic/THCStorage.cu:58
how to solve this problem?
The text was updated successfully, but these errors were encountered: