Enabling dropout during trainer.predict #11710
-
I want to enable dropout during
It seems like Can someone explain how to accomplish this, or point me to the relevant docs? (Couldn't find them & tried looking for while) Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hey @35ajstern ! you can enable this inside this is part of a PR, will be available in the docs once merged. |
Beta Was this translation helpful? Give feedback.
hey @35ajstern !
you can enable this inside
predict_step
itself. Check this out: https://github.com/PyTorchLightning/pytorch-lightning/blob/f35e2210e240b443fd4dafed8fe2e30ee7d579ea/docs/source/common/production_inference.rst#prediction-apithis is part of a PR, will be available in the docs once merged.