outerport / paramit

Parameterize Python scripts/notebooks all from the command line and run on cloud GPUs
Apache License 2.0
96 stars 11 forks source link

Fixed the issue where the "Configuration file already exists" warning blocks the batch jobs #77

Open Sohailsaifi opened 2 months ago

Sohailsaifi commented 2 months ago

Fixes #73

Fixed the issue where the "Configuration file already exists" warning blocks the batch jobs.

Here is the example command now: paramit run script.py --num-apples 30 --overwrite y