modlee.set_run_path
- modlee.set_run_path(run_path)[source]
Set the path to the current run. This is where the experiment assets will be saved.
- Parameters:
run_path – The path to the current run.
- Raises:
FileNotFoundError – If the path does not exist, will not create the parent directories.
- Returns:
The tracking URI for the experiment.