Skip to content

Commit

Permalink
Merge pull request #15 from quqixun/dev
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
quqixun authored Nov 1, 2022
2 parents a5c0c49 + fe8af21 commit 847399e
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 239 deletions.
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
50 changes: 0 additions & 50 deletions misc/visualize_submits.py

This file was deleted.

48 changes: 0 additions & 48 deletions scripts/train_gpu0.sh

This file was deleted.

48 changes: 0 additions & 48 deletions scripts/train_gpu1.sh

This file was deleted.

46 changes: 0 additions & 46 deletions scripts/train_gpu2.sh

This file was deleted.

46 changes: 0 additions & 46 deletions scripts/train_gpu3.sh

This file was deleted.

0 comments on commit 847399e

Please sign in to comment.