NVIDIA / NeMo-Run

A tool to configure, launch and manage your machine learning experiments.
Apache License 2.0
78 stars 20 forks source link

Check for invalid characters in task/experiment names and raise a clear error #38

Open Kipok opened 2 months ago

Kipok commented 2 months ago

Some characters when used in task or experiment names result in obscure errors on slurm or inside nemo-run. Would be good to explicitly check for that and provide a clear error message instead. E.g. ":" or "/" shouldn't be allowed, but there might be more cases like this.