You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, these are being used interchangeably in OptimizationOptimisers to mean epochs. The general meaning atleast how they are used in DL code-bases:
maxiters -- the total number of batched observations used for training
epochs -- number of times we have iterated over the entire dataset.
We should make a similar distinction I feel. Ofcourse, throwing an error if both are specified.
The text was updated successfully, but these errors were encountered:
Currently, these are being used interchangeably in OptimizationOptimisers to mean
epochs
. The general meaning atleast how they are used in DL code-bases:maxiters
-- the total number of batched observations used for trainingepochs
-- number of times we have iterated over the entire dataset.We should make a similar distinction I feel. Ofcourse, throwing an error if both are specified.
The text was updated successfully, but these errors were encountered: