theSparta edited a comment on issue #8126: Not able to train a neural network 
[XOR added]
URL: 
https://github.com/apache/incubator-mxnet/issues/8126#issuecomment-433593876
 
 
   It was a long time ago but I was trying to use the C++ API because the 
trained network was supposed to be interfaced with some C++ library after 
training to collect more training data (similar to DAgger). The final solution 
I ended up with was : 
   (1) train the model in python, 
   (2) export the trained model to C++ to run inference 
   (3) collect more data using trained network
    (4) Go back to step (1)

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to