You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/27 05:57:45 UTC

[GitHub] theSparta edited a comment on issue #8126: Not able to train a neural network [XOR added]

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:
users@infra.apache.org


With regards,
Apache Git Services