-
Notifications
You must be signed in to change notification settings - Fork 53
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
A question when training #2
Comments
@xiaowenhe You might want to check this. smallcorgi/Faster-RCNN_TF#19 I was planning to add it in readme (and I did, but in another repo). Will add it before tomorrow. |
@Zardinality ,thanks for your answer. But the error still again. Even I change the -arch=sm_37 (K80) in make.sh and setup.py, and rerun the make. |
@xiaowenhe That is odd. Can you make sure you use the recompiled version by deleting original ones, or comment out all lines related to deform stuff to check if regular roi_pooling op works? |
@Zardinality . Thank you very much. I get it by recompiled version by deleting original ones. |
@xiaowenhe I met the same problem , What did you delete? Makefile has the effect of rm, I can not understand |
@feitiandemiaomi Have you changed -arch to a value compatible with your device? |
@Zardinality I have changed ,my machine is k40m and I change the -arch=sm_35, and I also rerun the make ,but it did not work |
gpu2@gpu2-PowerEdge-R730:~/OWFO/TF_Deformable_Net$ python faster_rcnn/demo.py --model tf_deformable_net/restore_output/Resnet50_iter_145000.ckpt /home/gpu2/OWFO/TF_Deformable_Net/lib/psroi_pooling_layer/psroi_pooling.so |
@feitiandemiaomi I guess maybe only when you manually write |
@Zardinality Thank you a lot , I will try again, Do not give up |
@feitiandemiaomi, I delete all projects and reload it again. I change the -arch=sm_37 (K80) in make.sh and setup.py, and rerun the make. |
@xiaowenhe Thanks ,you are right , I make it |
@Zardinality Just now , I did test, It seemed to miss file in /experiments/scripts/, such as voc2007_test_vgg.sh |
@feitiandemiaomi Already pushed. |
@Zardinality Thank you for your reply, If possible , can I add friend by wechat or qq? |
sure, my wechat nickname is the same as github's |
I apply for you |
Hey, much thanks for your great work. I follow your work now.
But i met a problem when training, like :
iter: 0 / 100000, total loss: 5.0174, rpn_loss_cls: 1.2912, rpn_loss_box: 0.4618, loss_cls: 3.1485, loss_box: 0.1159, lr: 0.001000
speed: 3.746s / iter
cudaCheckError() failed : invalid device function.
That is say , after the firsr iter , it throw an error.
I do not know how to deal with it! Can you help me?
device: K80, CUDA8.0, cudnn5.1
The text was updated successfully, but these errors were encountered: