Wesam Sakla
Wesam Sakla
@szagoruyko Does it make any difference whether you use the nn.MarginCriterion() or nn.HingeCriterion()? In the paper, you mentioned the use of a hinge loss with an L2 regularization term on...
Hi @bbrattoli, have you done any work or experiments on transferring the weights of the self-supervised model to a new model for transfer learning/semi-supervised learning for classification or detection?
Hello, I'm running the code to train on the various toy datasets (e.g., Cifar10, Mnist, etc.) and every time I train, regardless of the # of epochs I specify, the...