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/08/07 23:47:25 UTC

[GitHub] ankkhedia commented on issue #7472: continuously train rnn - training data stream?

ankkhedia commented on issue #7472: continuously train rnn - training data stream?
URL: https://github.com/apache/incubator-mxnet/issues/7472#issuecomment-411238003
 
 
   Hi @kurt-o-sys ,
   The answer to your query is yes. However, you will need to set your own training pipelines using custom iterators which can read a batch of streaming data at some intervals and update the model. You can also customize your training loop to checkpoint and pick up from a particular point to retrain.
   Here is an example for writing customized training loops.
   You need to write your own training loop. Here is an example: https://github.com/dmlc/mxnet-gtc-tutorial/blob/master/tutorial.ipynb
   
   Also, please feel free to open any follow up questions on discuss.mxnet.io as it gets wider eyeballs and more prompt inputs.
   
   @sandeep-krishnamurthy Could you please close this issue.

----------------------------------------------------------------
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