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/03/27 11:43:58 UTC

[GitHub] NiklasDL opened a new issue #10267: Continue train in R: what is begin_round?

NiklasDL opened a new issue #10267: Continue train in R: what is begin_round?
URL: https://github.com/apache/incubator-mxnet/issues/10267
 
 
   Suppose I train a model in R with
   
   `begin.round = 1
   num.round = 10`
   
   and now I would like to continue training for 20 epochs, do I have to set 
   
   `begin.round = 11
   num.round = 20`
   
   or
   
   `begin.round = 11
   num.round = 30`
   
   I am very confused because mxnet lets me insert every numer for the **begin.round** argument.
   
   `begin.round = 15
   num.round = 30`
   
   does also work, even though I only trained for 10 epochs in the beginning.

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