TUM-DAML / seml

SEML: Slurm Experiment Management Library
Other
165 stars 29 forks source link

Option for checkpointing additional files #88

Closed n-gao closed 10 months ago

n-gao commented 2 years ago

Right now, seml only checkpoints your python code. However, there may be additional files that change during development, e.g., yaml or json files. It would be great to be able to specify a list of files that should be checkpointed in addition to the code.

n-gao commented 10 months ago

This has been resolved by #119