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
Make sure that the same mini-batch should be used here.
One way to achieve that is to use state['step'] as the seed of the random number generator for generating mini-batches. I did that in my Autograd implementation
The text was updated successfully, but these errors were encountered:
vadam/pytorch/vadam/optimizers.py
Line 67 in c09d3ac
See also:
vadam/pytorch/vadam/optimizers.py
Line 92 in c09d3ac
Make sure that the same mini-batch should be used here.
One way to achieve that is to use
state['step']
as the seed of the random number generator for generating mini-batches. I did that in my Autograd implementationThe text was updated successfully, but these errors were encountered: