Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./run_toolbox.py error #152

Open
LRsir opened this issue Dec 16, 2018 · 3 comments
Open

./run_toolbox.py error #152

LRsir opened this issue Dec 16, 2018 · 3 comments

Comments

@LRsir
Copy link

LRsir commented Dec 16, 2018

got module <module 'caffevis.app' from '/home/wzw/caffe/deep-visualization-toolbox/caffevis/app.pyc'>
got app <class 'caffevis.app.CaffeVisApp'>
Got settings <module 'settings' from '/home/wzw/caffe/deep-visualization-toolbox/settings.pyc'>
Traceback (most recent call last):
File "./run_toolbox.py", line 33, in
main()
File "./run_toolbox.py", line 23, in main
lv = LiveVis(settings)
File "/home/wzw/caffe/deep-visualization-toolbox/live_vis.py", line 62, in init
app = app_class(settings, self.bindings)
File "/home/wzw/caffe/deep-visualization-toolbox/caffevis/app.py", line 46, in init
import caffe
File "/home/wzw/caffe/python/caffe/init.py", line 1, in
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver
File "/home/wzw/caffe/python/caffe/pycaffe.py", line 13, in
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver,
ImportError: dynamic module does not define init function (init_caffe)

@LiuZhe6
Copy link

LiuZhe6 commented Apr 4, 2019

I have the same problem with you , my OS is mac 10.14 Mojave

@LRsir
Copy link
Author

LRsir commented Apr 4, 2019

@LiuZhe6 you can use pycharm to run toolbox, I had been solved this problem in 19/1/1. my blog I hope it can help you to solve your problem.

@LiuZhe6
Copy link

LiuZhe6 commented Apr 4, 2019

@LiuZhe6 you can use pycharm to run toolbox, I had been solved this problem in 19/1/1. my blog I hope it can help you to solve your problem.

Thank you so much , i will have a try!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants