zincware / ZnTrack

Create, visualize, run & benchmark DVC pipelines in Python & Jupyter notebooks.
https://zntrack.readthedocs.io
Apache License 2.0
47 stars 5 forks source link

Name `stash` to ensure it can be loaded if something fails #783

Open PythonFZ opened 6 months ago

PythonFZ commented 6 months ago

https://github.com/zincware/ZnTrack/blob/591f7ff792b5809984e770a8fa6da9816ddd8f62/zntrack/project/zntrack_project.py#L395-L399

project.create_experiment can - under given circumstances - remove the workspace without being able to recover it easily. The created stash should be given a name for emergency recovery.