This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
Modify configurations of trainer/logger and trainer/callbacks from CLI #230
Answered
by
pietrolesci
pietrolesci
asked this question in
Q&A
-
Hi there, I am trying to change the loggers and callbacks arguments from the CLI (e.g., in wandb I want to change the project directory). However, I am not able to do so. Any suggestions? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
pietrolesci
Feb 12, 2022
Replies: 1 comment
-
add the following flags: +trainer/logger=wandb trainer.logger.save_dir=/some_path/ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pietrolesci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add the following flags: