摘要: The goal of this repo is: to help to reproduce research papers results (transfer learning setups for instance), to access pretrained ConvNets with a u 阅读全文
posted @ 2018-10-20 16:10 HOU_JUN 阅读(4224) 评论(0) 推荐(0) 编辑
摘要: from caffe.proto import caffe_pb2 s = caffe_pb2.SolverParameter() path='/home/xxx/data/' solver_file=path+'solver.prototxt' #solver文件保存位置 s.train_net = path+'train.prototxt' # 训练配置文件 s.tes... 阅读全文
posted @ 2018-10-20 00:22 HOU_JUN 阅读(300) 评论(0) 推荐(0) 编辑