Advertisement
Guest User

Untitled

a guest
Jul 12th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. /home/f/caffe-master/build/tools/caffe train -solver=/media/my_solver.prototxt
  2.  
  3. /home/f/caffe-master/build/tools/caffe test -model=/media/my_train_test.prototxt
  4. -weights model.caffemodel -iterations 100
  5.  
  6. > f@f-VirtualBox:~/caffe/caffe-master/build/tools$ ./caffe
  7. caffe: command line brew
  8. usage: caffe <command> <args>
  9.  
  10. commands:
  11. train train or finetune a model
  12. test score a model
  13. device_query show GPU diagnostic information
  14. time benchmark model execution time
  15.  
  16. Flags from /home/f/caffe-master/tools/caffe.cpp:
  17. -gpu (Run in GPU mode on given device ID.) type: int32 default: -1
  18. -iterations (The number of iterations to run.) type: int32 default: 50
  19. -model (The model definition protocol buffer text file..) type: string
  20. default: ""
  21. -snapshot (Optional; the snapshot solver state to resume training.)
  22. type: string default: ""
  23. -solver (The solver definition protocol buffer text file.) type: string
  24. default: ""
  25. -weights (Optional; the pretrained weights to initialize finetuning. Cannot
  26. be set simultaneously with snapshot.) type: string default: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement