BenLag2906 opened a new issue #10529: Pb between c++ and python
URL: https://github.com/apache/incubator-mxnet/issues/10529
 
 
   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

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to