Closed davidbaines closed 2 months ago
For the translate script, it would probably be good to not check for the source project if args.src_project
is None
. When no value is passed for the source project, it defaults to the one in the config file, but the name of that project won't be retrieved until after the ClearML Task is created.
I'm also not sure that you would be able to check for an experiment or project's existence before attempting to copy it from the bucket, at least not when using the S3 bucket directly rather than via a local mounted drive.
I think you're right Isaac. I'll have to rethink this.
Check that necessary files and folders exist after arguments are parsed. This ensures that necessary files exist before we create a job on clearml and gives the user more immediate feedback when there are typos in the command line.
This change is