Cheat sheet for caffe / pycaffe?
问题 Does anyone know whether there is a cheat sheet for all important pycaffe commands? I was so far using caffe only via Matlab interface and terminal + bash scripts. I wanted to shift towards using ipython and work through the ipython notebook examples. However I find it hard to get an overview of all the functions that are inside the caffe module for python. (I'm also quite new to python). 回答1: The pycaffe tests and this file are the main gateway to the python coding interface. First of all,