ValueHead's dropout #3379
prabhuteja12
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,
What is the rationale behind
summary_dropout_prob = kwargs.pop("summary_dropout_prob", 0.1)
in theValueHead
class. I would assume not specifying dropout wouldn't use dropout, but here it uses it.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions