摘要: caffe的简单python脚本#-*-coding:utf-8-*-import caffeimport matplotlib.pyplot as plt#网络构建caffe.set_mode_cpu() # 设置caffe为cpu模式,也可设成gpu模式model_def = 'my_alexn... 阅读全文
posted @ 2017-07-17 15:26 开往春天的拖拉机 阅读(189) 评论(0) 推荐(0)
摘要: caffe的简单python脚本#-*-coding:utf-8-*-import caffeimport matplotlib.pyplot as plt#网络构建caffe.set_mode_cpu() # 设置caffe为cpu模式,也可设成gpu模式model... 阅读全文
posted @ 2017-07-17 15:26 开往春天的拖拉机 阅读(103) 评论(0) 推荐(0)