Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
quqixun committed Nov 1, 2022
1 parent aa58e5a commit fe8af21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main(args):
print(f'- Configs : {args.config_file}')
print(f'- Apply TTA : {args.apply_tta}', '\n')

# initializes trainer
# initializes evaluator
if args.evaluator == 'basic':
evaluator = BCIEvaluatorBasic(configs, model_path, apply_tta)
elif args.evaluator == 'cahr':
Expand Down

0 comments on commit fe8af21

Please sign in to comment.