Ultra-Light-Fast-Generic-Face-Detector-1MB
Ultra-Light-Fast-Generic-Face-Detector-1MB copied to clipboard
windows下训练速度的问题
感谢您开源如此优秀的人脸检测框架!训练过程中遇到一些问题,向您请教下。
1、我在windows下训练的,设置的num_workers=0,否则程序运行会失败,为什么会这样? 2、在训练slim版本过程中发现gpu占用率只有1%左右,而cpu飙升到了70%,这是否正常? 3、训练的很慢,一个epoch需要8分钟左右时间,这是否正常?
谢谢帮忙解答!
I have got same issue. How did you solve the problem?
I have got same issue. How did you solve the problem?
@alexcruz0202 没有呢,我现在是切换成ubuntu环境,才可以用GPU正常训练。
wins下训练问题可能的确比较多,我在linux下训练的。建议还是linux下训练,win下做推理问题不大。
thanks, @lyfighting and @Linzaer. I'll test your suggestion on Windows and Ubuntu.
@lyfighting, What is ubuntu's version?
@alexcruz0202 我用的是ubuntu 16.04
Thank you for your answers.
当我跑 train-version-RFB.sh的时候,出现AttributeError: 'SSD' object has no attribute 'module',我该怎么处理呢?
当我跑 train-version-RFB.sh的时候,出现AttributeError: 'SSD' object has no attribute 'module',我该怎么处理呢?
我直接把.module删掉就可以了