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
In main.py the help strings for these two arguments seem to be flipped:
parser.add_argument('--n_batch_per_epoch', default=2000, type=int, help="Number of training epochs")
parser.add_argument('--nb_epoch', default=400, type=int, help="Number of batches per epoch")
The text was updated successfully, but these errors were encountered:
In main.py the help strings for these two arguments seem to be flipped:
The text was updated successfully, but these errors were encountered: