deep learning - a number of naive questions about caffe

前端 未结 2 2177
暖寄归人
暖寄归人 2021-02-15 19:29

I am trying to understand the basics of caffe, in particular to use with python.

My understanding is that the model definition (say a given neural net architecture) must

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-15 19:53

    Yes but, there is diffrent types of .prototxt files for example

    https://github.com/BVLC/caffe/blob/master/examples/mnist/lenet_train_test.prototxt

    this is for the training and testing network

    for commandline training ypu can use a solver file which is also .prototxt file for example

    https://github.com/BVLC/caffe/blob/master/examples/mnist/lenet_solver.prototxt

提交回复
热议问题