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
I am currently working with the train_ood_det_in100.py script and noticed that the default number of training epochs is set to 20:
parser.add_argument('--epochs', '-e', type=int, default=20, help='Number of epochs to train.')
I would like to confirm whether this default value aligns with the parameters used in your paper. In particular, I am interested in understanding if the 20 epochs are sufficient to replicate the results reported in your publication.
Thank you for your time.
The text was updated successfully, but these errors were encountered:
Hello,
I am currently working with the train_ood_det_in100.py script and noticed that the default number of training epochs is set to 20:
parser.add_argument('--epochs', '-e', type=int, default=20, help='Number of epochs to train.')
I would like to confirm whether this default value aligns with the parameters used in your paper. In particular, I am interested in understanding if the 20 epochs are sufficient to replicate the results reported in your publication.
Thank you for your time.
The text was updated successfully, but these errors were encountered: