deep learning - a number of naive questions about caffe

前端 未结 2 1773
挽巷
挽巷 2021-02-15 19:36

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:54

    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

提交回复
热议问题