Skip to content

Commit

Permalink
[Enhancement] Add sample-model checking for evaluation (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoXing1996 committed Nov 29, 2021
1 parent 2ab33f1 commit bf75868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def parse_args():
'--sample-model',
type=str,
default='ema',
choices=['ema', 'orig'],
help='use which mode (ema/orig) in sampling')
parser.add_argument(
'--eval',
Expand Down

0 comments on commit bf75868

Please sign in to comment.