save a Trainer
's hyperparameters into a logger
#16477
PierreGtch
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Is there a simple way to log all the
Trainer
's arguments into the logger object? (or is it supposed to be done?)I found that my trainer's parameters were not registered in my
WandbLogger
.I tried
trainer.save_hyperparameters()
but trainers don't have this method.Beta Was this translation helpful? Give feedback.
All reactions