You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'...
The text was updated successfully, but these errors were encountered:
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:
From this wrapper:
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'...
The text was updated successfully, but these errors were encountered: