Skip to content

Commit

Permalink
Add image sizes for rvc2020 test set
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelisc committed Aug 4, 2020
1 parent f505a9f commit 8991d9b
Show file tree
Hide file tree
Showing 2 changed files with 100,001 additions and 1 deletion.
2 changes: 1 addition & 1 deletion convert_predictions.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def parse_args():
parser.add_argument('--subset',
type=str,
default=None,
choices=['train', 'validation', 'test'],
choices=['train', 'validation', 'test-rvc2020'],
help='subsets to convert')
parser.add_argument('--task',
type=str,
Expand Down
Loading

0 comments on commit 8991d9b

Please sign in to comment.