-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO: also configure logging for sub-processes(not master) #106
Comments
Hi @DelinQu, thank you for raising this issue. It seems that Also, if you are interested in using |
Thanks for your replying SunQpark, I will follow your DDP! 😃 |
Oh thanks, but I'll let this issue open yet! |
Hi SunQpark, Although it doesn't affect my models much, the error persists. My configuration file is as follows: n_cpu: 8
n_gpu: 8
batch_size: 4
learning_rate: 0.0001
weight_decay: 0
scheduler_step_size: 50
scheduler_gamma: 0.1
status: train
trainer:
epochs: 500
logging_step: 100
monitor: min loss/valid
save_topk: 5
early_stop: 10
tensorboard: true |
Hi victoresque,
Thanks for your hero repo! I used
hydra_DDP
branch to build my application, but got some problems in get_logger. Specifically, the program util.py loads the '.hydra/hydra.yaml' file from the directory, buthydra.yaml
only exists in the 'output directory' such as 'outputs/2022-09-25/15-16-17' so python can't find it. I'm a little puzzled about the path ofhydra.yaml
. Maybe get_logger should load the/hydra.yaml
fromoutput directory
? Could anyone help me! Thanks in advance!The text was updated successfully, but these errors were encountered: