-
Notifications
You must be signed in to change notification settings - Fork 54
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
demo.py / Check failed: error == cudaSuccess (2 vs. 0) out of memory *** Check failure stack trace: *** Aborted (core dumped) #19
Comments
Try |
I tried. But it does not. maybe need i to modify testprototxt? i solved modify config.py |
@nqanh |
Here is the matlab code we use, make sure you change the params based on your dataset, and be careful with the Matlab index (starts from 1):
|
@nqanh I suspect there is something wrong with the test code. I use the data you provided for training. When I test different iterations of the model, some models report “syncedmem.cpp:56] Check failed: error == cudaSuccess (2 vs. 0) out of memory”. |
You should test after training for at least 50K iterations, and it's also strongly recommended to a GPU with enough memory. |
@superchenyan i solved modify config.py , __C.TRAIN.BATCH_SIZE = 32 to , __C.TRAIN.BATCH_SIZE = 16 |
@nqanh |
@ambl2357 I meet the same problem, modify config.py, it worked? |
I was the one who asked the other question.
Now I am in another difficulty.
start 'demo.py' in your code 'affordance net'
but,There is an error like the picture.
Do you have this error? If so, how did you resolve it?
thank you, 고마워요~
nvidia-smi
cf)
i started python demo.py --gpu 1
The text was updated successfully, but these errors were encountered: