您的位置:首页 > Web前端

Caffe Notebook Example - Classification: Instant Recognition with Caffe

2016-10-31 22:43 274 查看
http://nbviewer.jupyter.org/github/BVLC/caffe/blob/master/examples/00-classification.ipynb#1.-Setup

%后的语句不用执行即可

!后的语句使用os.system(‘*’)代替

plt.imshow(image)后添加pylab.show()即可显示图像(先import pylab)

也可用ipython notebook来查看运行结果:

sudo apt-get install pip
pip install "ipython[notebook]"
ipython notebook


in reference to http://cs231n.github.io/ipython-tutorial/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: