Pb between c++ and python #10529
Replies: 7 comments
-
@BenLag2906 it looks like your network didn't export properly, can you put the code of how you exported this network ? Thanks! |
Beta Was this translation helpful? Give feedback.
-
@indhub can you please remove the label "Question" and add "Bug"? this seems like a bug report, not a question. |
Beta Was this translation helpful? Give feedback.
-
@lupesko There isn't enough information to consider this a bug. That JSON file doesn't look normal. I would wait for the user to provide more information about the model and how it was exported. |
Beta Was this translation helpful? Give feedback.
-
Hi, regards ` |
Beta Was this translation helpful? Give feedback.
-
Hi, regards. |
Beta Was this translation helpful? Give feedback.
-
To add more explanation, i try to translate kohillyang code in c++, but many difficulties persist. |
Beta Was this translation helpful? Give feedback.
-
@mxnet-label-bot update [Question, C API] |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a problem my train is done in python, and when i try to use my json file and params in c++.
It crashed at MXPredSetInput althought it's ok with other Json file like SSD.
My Json file :
"nodes": [
{
"op": "null",
"name": "data",
"inputs": []
},
{
"op": "_copy",
"name": "id",
"inputs": [[0, 0, 0]]
},
{
"op": "null",
"name": "bn_data_gamma",
"attr": {
"eps": "2e-05",
"fix_gamma": "True",
"momentum": "0.9"
},
"inputs": []
},
Could you please give a piece of advise ?
Regards
Beta Was this translation helpful? Give feedback.
All reactions