Train ImageNet on Windows Server, the error rate dose not decrease
leoxiaobin opened this issue · 3 comments
leoxiaobin commented
Hi,
I have use cxxnet on the Windows Server with 2 K40 to train the ImageNet2012 data. I used the kaiming.conf and Inception-BN.conf, and I found that the error rate did not decrease. I have tried to use the cudnn v3 and not to use cudnn v3. The issues were the same. Does anyone have the same issue as mine?
superzrx commented
@ommiissyu do you use im2rec ? is file list shuffled?
leoxiaobin commented
@superzrx ,I use both im2rec and im2bin, the results are the same.
leoxiaobin commented
@superzrx ,when i train the model, I use the shuffle, but when generate the bin or rec file, I don't shuffle the list. I will try shuffle the list when using the im2rec. Thank you.