Skip to content
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

How to reduce batchsize when im testing ? #11

Closed
wnzhyee opened this issue Sep 22, 2017 · 1 comment
Closed

How to reduce batchsize when im testing ? #11

wnzhyee opened this issue Sep 22, 2017 · 1 comment

Comments

@wnzhyee
Copy link

wnzhyee commented Sep 22, 2017

Thanks for your great contribution!@taokong
I have some issues when i train and test RON with other dataset:
(1)How to use multi gpus while im training and testing?i find that in 'train_net.py' or 'test_net.py' ,the GPUS argument can only get one int32 value.
(2)If i only use 1 gpu when im testing ,it seems the caffe always out of the memory with the ERROR:status == CUDNN_STATUS_SUCCESS (8 vs 0)CUDNN_STATUS_EXECUTION_FAILED , so where can i reduce the batchsize when im testing ?
Thank you !

@taokong
Copy link
Owner

taokong commented Sep 24, 2017

Sorry, this version of RON does not support multiple gpu training. However, you could add this feature with NCCL, I think https://github.com/bharatsingh430/py-R-FCN-multiGPU/ will help.

For not using gpu 0 for testing, you should also change the lib/fast_rcnn/config.py in line 117 to your gpu id.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants