Yang Fang
Results
2
issues of
Yang Fang
你好,我在你的模型文件: `models/pascal_voc/FPN/FP_Net_end2end/train.prototxt`中发现你在p3和p4层后分别加上了1*1的卷积,但是在FPN的原文中并没有看到这样的操作,请问这样对最后结果有影响吗?
When I make pycaffe in ubuntu16.04,it show error `In file included from python/caffe/_caffe.cpp:20:0: ./include/caffe/sgd_solvers.hpp: In function 'void caffe::init_module__caffe()': ./include/caffe/sgd_solvers.hpp:28:9: error: 'Dtype caffe::SGDSolver::GetLearningRate() [with Dtype = float]' is protected Dtype GetLearningRate();...