Accepting serarete hyperparameters for testing phase #8581
Unanswered
dasayan05
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
Dear @dasayan05, interesting use-case :) Mind opening a feature request, so we can brainstorm on how to properly support this. Best, |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have one script
train.py
for training + validation .... another
test.py
for testingCan I have some test specific HPs to show up in the test script ?
I know I can define all HPs in train file and overwrite them in test file, but my testing process is large and have lots of testing specific HPs (totally unnecessary for training) .. so I don't want to clutter my training script.
Beta Was this translation helpful? Give feedback.
All reactions