check_epoch | R Documentation |
epoch
is validCheck if the epoch
is valid
Will stop if not.
check_epoch(epoch)
epoch |
the epoch, as checked by check_epoch |
Note that in some contexts, epoch
cannot be zero.
That condition will be checked in that context.
Nothing. Will stop if epoch
is invalid.
Richèl J.C. Bilderbeek
check_epoch(0) # For example, before the experiment start
check_epoch(1) # For example, after a first training epoch
check_epoch(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.