如果不进行可视化,只想得到一个最终的训练model, 那么代码非常简单,如下 :
import caffe caffe.set_device(0) caffe.set_mode_gpu() solver = caffe.SGDSolver(‘/home/xxx/data/solver.prototxt‘) solver.solve()
原文地址:https://www.cnblogs.com/niulang/p/8984829.html
时间: 2024-10-11 04:14:40
如果不进行可视化,只想得到一个最终的训练model, 那么代码非常简单,如下 :
import caffe caffe.set_device(0) caffe.set_mode_gpu() solver = caffe.SGDSolver(‘/home/xxx/data/solver.prototxt‘) solver.solve()
原文地址:https://www.cnblogs.com/niulang/p/8984829.html