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

Error with google net model #9

Open
carlosb1 opened this issue May 12, 2016 · 3 comments
Open

Error with google net model #9

carlosb1 opened this issue May 12, 2016 · 3 comments

Comments

@carlosb1
Copy link

carlosb1 commented May 12, 2016

I have imported the googlenet model for mxnet and mxnet.js. It seems it was parsed correctly... But i can not add it in my example code..... I get this error:

Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 or DISABLE_EXCEPTION_CATCHING=2 to catch.

From this wrapper:

  _CWRAP_MXPredCreate(symbol_json,
                      ptr_param_bytes,
                      param_bytes.length,
                      1, 0,
                      ptrarr_input_keys.length,
                      ptr_input_keys,
                      ptr_input_shape_indptr,
                      ptr_input_shape_data,
                      ptr_handle_out);

This wrapper is called in the creation of my predictor class:

pred = new Predictor(model, {'data': [1, 3, 224, 224]});

I don't understand why it is not working.... I don't find documentation about the mxnet.js... for this reason, i don't know exactly which input parameters should specify as 'data'...

@carlosb1
Copy link
Author

carlosb1 commented May 23, 2016

I think, the script to parse models is not working fine... But I don't know how i can fix it...

@flash1293
Copy link

I got the same problem using the inception-v3 network...

@carlosb1 carlosb1 reopened this Nov 10, 2016
@Lukeisme
Copy link

I was converting a simple MNIST model to json, and got the same error. I want to know how to convert a model correctlly.

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

3 participants