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'm trying to load a model trained using the MXNet DQN example. I managed to export the symbols as a JSON structure shown below. But when I try to load it into MXNet.js, I get this error:
mxnet_predict-all.cc:637: [17:17:32] mxnet_predict-all.cc:22177: Check failed: op != nullptr Operator Custom is not registered
I couldn't find any mention of custom operators in the docs. Should I add something somewhere to make them work?
I'm trying to load a model trained using the MXNet DQN example. I managed to export the symbols as a JSON structure shown below. But when I try to load it into MXNet.js, I get this error:
mxnet_predict-all.cc:637: [17:17:32] mxnet_predict-all.cc:22177: Check failed: op != nullptr Operator Custom is not registered
I couldn't find any mention of custom operators in the docs. Should I add something somewhere to make them work?
The text was updated successfully, but these errors were encountered: