-
Notifications
You must be signed in to change notification settings - Fork 1
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
No module named xml_parser in test_mobilenet_ssd_300.py #2
Comments
Where can I downdload deploy_ssd_mobilenet_300_fromcaffe_no_prior_detection? |
@kaishijeng you can simply remove line "import xml_parser" to avoid this error. |
I don't need deploy_ssd_mobilenet_300_fromcaffe_no_prior_detection. However, my program got stuck after model loaded as below: [08:50:56] src/nnvm/legacy_json_util.cc:190: Loading symbol saved by previous version v0.12.0. Attempting to upgrade... Somehow, nnvm_sym, nnvm_params = nnvm.frontend.from_mxnet(mx_sym, args, auxs) takes forever. Thanks, |
I change my code: |
@titikid Can you comment on my questions ? Thanks, |
@titikid
When I run python2 test_mobilenet_ssd_300.py, I got
Traceback (most recent call last):
File "./test_mobilenet_ssd_300.py", line 14, in
import xml_parser
ImportError: No module named xml_parser
Any idea how to install this module?
I tried pip install xml_parser, but not pip is able to find it
Thanks,
The text was updated successfully, but these errors were encountered: