-
Notifications
You must be signed in to change notification settings - Fork 264
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
train PNet is so slow #61
Comments
you need put your data in SSD disk |
@xiaoxiongli thank you, how much time in your PC, What is the configuration of your PC? thx |
@tzhang2014 i also meet this problem, how did you improve it? INFO:root:Epoch[0] Batch [200] Speed: 126.56 samples/sec Train-Accuracy=0.697195 |
Only the first round is slow, the other is very fast. |
You can change mxnet's environment variables to speed training ,just like cmd : export MXNET_GPU_WORKER_NTHREADS=4 (default = 2) and : export MXNET_GPU_COPY_NTHREADS=4 (default = 1) . after i did it , every thing became better eg : i7-7700 gtx1060 |
@linsoncvw After 1 epoch ,the speed is so fast. I don't understand the reason |
Did you meet "Cannot find argument 'out_grad'" when using train_P_net.py? |
@geoffzhang I met the same problem,did you fix it? |
@geoffzhang @EmiPark delete all 'out_grad=True' in core\symbol.py |
|
when I run python example/train_P_net.py --gpus 0 , My GPU is 1070
INFO:root:Epoch[0] Batch [200] Speed: 123.25 samples/sec Train-Accuracy=0.697969
INFO:root:Epoch[0] Batch [200] Speed: 123.25 samples/sec Train-LogLoss=0.617246
INFO:root:Epoch[0] Batch [200] Speed: 123.25 samples/sec Train-BBOX_MSE=0.103584
can you help me ? this is a wrong ? Where is the mistake?thx
The text was updated successfully, but these errors were encountered: