Vincent0102

Results 1 comments of Vincent0102

> 训练数据10w,1k图片测试准确率96% > > 把作者CNN特征提取的dropout去掉,只留下Linear层的dropout, > 多增加几层layer,但是保持图片尺寸衰减还是8倍,也就是,只有3个maxpooling层, > 余弦学习率衰减, 基于以上修改,20W training data, 2k test data, feature extract增加到7层,最后几层输出通道改128,lr=0.0002,epochs=150,batch_size=64。测试正确率在98.8%到99%之间