Fan YE
Fan YE
Hi, 我从零开始训练DenseNet121,将fc6换成InnerProduct layer,然后加上Accuracy和SoftmaxWithLoss,loss基本不变,accuracy一直为0。是什么原因呢?
[DenseNet121.txt](https://github.com/shicai/DenseNet-Caffe/files/1273751/DenseNet121.txt) @shicai 这里附上我修改过的DenseNet121.prototxt neng 能麻烦帮我看下吗?训练中loss和accuracy一直停留在最初的水平。
@shicai 再附上solver的config,完全是按照原始paper中的数据设置的。 [solver.txt](https://github.com/shicai/DenseNet-Caffe/files/1273759/solver.txt)
@shicai (1) 在服务器上训练时是256,8是在单机上测试用的 (2) 好的,我会根据你的建议加上相应的参数 谢谢
@nerddd 我是在DGX-1上训练的,用的8块P100
我是用python重写了一遍网络结构再生成的prototxt 没用这里的