Skip to content
Discussion options

You must be logged in to vote

Hi
When using multiple loggers, there is no canonical way to store the checkpoints in subdirs. What Lightning currently does is put the checkpoints one level above in a directory with the names of the loggers concatenated:

This is very reasonable, since both loggers were used to produce the same checkpoints.
There are alternatives, for example saving the checkpoints in the experiment dir of the first logger in the list, or copy the checkpoints to both subdirs, but this is not implemented.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by athenawisdoms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment