-
Notifications
You must be signed in to change notification settings - Fork 203
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
Unable to perform Attribute Detetction #37
Comments
+1 |
1 similar comment
+1 |
Has anyone figured this out? |
I do this: then i can use the attribute prediction code to predict attributions |
+1 |
I did as what you did, but still not running the code. @ccc013 |
Does anyone have a solution installing it for GPU version? |
I also fail to detect attributes. And the slightly changed mxnet branch link isn't available. |
The attribute prediction script is failing at the following lline( I have downloaded the model).
_, arg_params, aux_params = mx.model.load_checkpoint(args.model_load_prefix, args.model_load_epoch)
Traceback (most recent call last):
File "predict.py", line 83, in
main()
File "predict.py", line 14, in main
_, arg_params, aux_params = mx.model.load_checkpoint(args.model_load_prefix, args.model_load_epoch)
File "/home/mridul/anaconda3/lib/python3.5/site-packages/mxnet/model.py", line 372, in load_checkpoint
symbol = sym.load('%s-symbol.json' % prefix)
File "/home/mridul/anaconda3/lib/python3.5/site-packages/mxnet/symbol.py", line 1056, in load
check_call(_LIB.MXSymbolCreateFromFile(c_str(fname), ctypes.byref(handle)))
File "/home/mridul/anaconda3/lib/python3.5/site-packages/mxnet/base.py", line 75, in check_call
raise MXNetError(py_str(_LIB.MXGetLastError()))
mxnet.base.MXNetError: Failed loading Op Moon of type MoonOutput: [02:02:41] src/core/op.cc:55: Che
The text was updated successfully, but these errors were encountered: