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
parser.add_argument('--input', default='', type=str, metavar='PATH', help='path to base input folder containing checkpoints')
@@ -25,7 +26,7 @@
25
26
parser.add_argument('--no-use-ema', dest='no_use_ema', action='store_true', help='Force not using ema version of weights (if present)')
26
27
parser.add_argument('--no-sort', dest='no_sort', action='store_true', help='Do not sort and select by checkpoint metric, also makes "n" argument irrelevant')
27
28
parser.add_argument('-n', type=int, default=10, metavar='N', help='Number of checkpoints to average')
0 commit comments