Skip to content

Commit

Permalink
change create_solver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianwei committed Nov 26, 2016
1 parent 9f4df19 commit e5a2bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author: zhujianwei@ict.ac.cn (Jianwei Zhu)
import sys

caffe_root = '/home/zhujianwei/workspace/caffe_zjw/'
from localconfig import caffe_root
sys.path.insert(0, caffe_root + 'python')
import caffe
from caffe.proto import caffe_pb2
Expand Down

0 comments on commit e5a2bc8

Please sign in to comment.