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
Thank you for your contribution.
In the line below, the total iterations per epoch is assumed to be 1000 (regardless of the batch size or dataset). It is not clear which dataset or batch_size this number assumes.
m.max_j = self.epochs * 1000 * m.lr_ratio
I assume this number would be replaced by total iterations per epoch for a different dataset or batch_size. Correct me if I am wrong please.
The text was updated successfully, but these errors were encountered:
Thank you for your contribution.
In the line below, the total iterations per epoch is assumed to be 1000 (regardless of the batch size or dataset). It is not clear which dataset or batch_size this number assumes.
m.max_j = self.epochs * 1000 * m.lr_ratio
I assume this number would be replaced by total iterations per epoch for a different dataset or batch_size. Correct me if I am wrong please.
The text was updated successfully, but these errors were encountered: