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
adjust_learning_rate is called inside train method and therefore it should make use of the same train_optimizer.
Could this training in the notebook be with wrong results?
The text was updated successfully, but these errors were encountered:
https://github.com/facebookresearch/moco/blob/colab-notebook/colab/moco_cifar10_demo.ipynb
def train(net, data_loader, train_optimizer, epoch, args):
net.train()
adjust_learning_rate(optimizer, epoch, args)
adjust_learning_rate is called inside train method and therefore it should make use of the same train_optimizer.
Could this training in the notebook be with wrong results?
The text was updated successfully, but these errors were encountered: