Seanlinx / mtcnn

595 stars 264 forks source link

training problem #7

Open Cv9527 opened 7 years ago

Cv9527 commented 7 years ago

I run your training code in Ubuntu via CPU, but I encounter a problem, the CPU usage is 0 by the procedure, how to solve the problem?

tuq820 commented 7 years ago

I have met this problem too. I have two computer, both are windows os, one has a GPU card and another not. When I run it in the computer which has a GPU card, it works well. And I run it in another one, it cannot works. It is stopped after print message “lr 0.01 lr_epoch [8, 14] lr_epoch_diff [8, 14]”. Could you tell me how to solve this problem? By the way, did you know where can I find caffe train code? I can find test demo, but can't find train demo.

Seanlinx commented 7 years ago

I use custom op in my code. See this issue https://github.com/dmlc/mxnet/issues/2180 I can't find caffe code for training either.

tuq820 commented 7 years ago

tkx

Cv9527 commented 7 years ago

Thx