How to use different strategies between training and validation loops? #20287
Unanswered
Meehai
asked this question in
DDP / multi-GPU / multi-node
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.
-
Hello, I'd like to do the following workflow and was wondering if it's possible with the current
pl.Trainer
:self.log(..., sync_dist=True)
in theon_train_batch/epoch_end
methodsHowever, as far as I know, the trainer object receives a single
strategy
parameter (i.e. there's novalidation_strategy
parameter). Is there any way to achieve what I want?Beta Was this translation helpful? Give feedback.
All reactions