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

Unable to perform Attribute Detetction #37

Open
mridulbirla opened this issue Mar 25, 2017 · 8 comments
Open

Unable to perform Attribute Detetction #37

mridulbirla opened this issue Mar 25, 2017 · 8 comments

Comments

@mridulbirla
Copy link

mridulbirla commented Mar 25, 2017

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

@feliu
Copy link

feliu commented May 25, 2017

+1

1 similar comment
@christinahartw
Copy link

+1

@christinahartw
Copy link

Has anyone figured this out?

@ccc013
Copy link

ccc013 commented Jul 10, 2017

I do this:
git clone --brach face --recursive git@github.com:tornadomeet/mxnet.git
make -j8
cd python
python setup.py install

then i can use the attribute prediction code to predict attributions

@quanh
Copy link

quanh commented Oct 27, 2017

+1

@xingdi1990
Copy link

I did as what you did, but still not running the code. @ccc013

@anandbhattad
Copy link

Does anyone have a solution installing it for GPU version?

@leoliu37
Copy link

leoliu37 commented Jul 5, 2018

I also fail to detect attributes. And the slightly changed mxnet branch link isn't available.

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

8 participants