seml
seml copied to clipboard
Option for checkpointing additional files
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.