Skip to content
Discussion options

You must be logged in to vote

You can set the save_dir in WandbLogger, something like

logger = WandbLogger(save_dir="wandb", ...)
Trainer(logger=logger, ...)

This should work (haven't tested it).
Then your logs and checkpoints will save to two different locations.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@richarddwang
Comment options

Answer selected by richarddwang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment