python中調用編譯好的caffe

import sys
caffe_python='/home/x/l/Caffe/build/python'
sys.path.insert(0, caffe_python)
import caffe
發佈了188 篇原創文章 · 獲贊 65 · 訪問量 25萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章