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/15 22:02:05 UTC

[GitHub] ankkhedia commented on issue #10267: Continue train in R: what is begin_round?

ankkhedia commented on issue #10267: Continue train in R: what is begin_round?
URL: https://github.com/apache/incubator-mxnet/issues/10267#issuecomment-413352500
 
 
   Hi @NiklasDL Thanks for trying out MXNetR.  I understand your confusion regarding begin.round and num.round. As @some-guy1 suggested, the right way to think is 
   begin.round =n.rounds+x, num.round=n.rounds+extra.iter+x
   where x>0 and n.rounds is the number of epochs for which model was trained previously.
   
   @nswamy @sandeep-krishnamurthy Please close the issue as it has been resolved.
   
   @NiklasDL Feel free to reopen in case closed in error.

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