Fixed ref typo.

This commit is contained in:
Maw-Fox 2022-11-11 17:43:09 -07:00
parent 6480336d2c
commit c12cbfced3
1 changed files with 1 additions and 1 deletions

View File

@ -733,7 +733,7 @@ def main():
store.validator.completed()
if args.resize and args.migration:
if args.resize and args.data_migration:
print(f"Completed resize and migration to '{args.dataset}_cropped' please relaunch the trainer without the --resize argument and train on the migrated dataset.")
exit(0)