Dropout should be fixed #2539
Unanswered
dslisleedh
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@dslisleedh I wrongly converted your issue to a discussion, can you post it again? |
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
-
Described in PR: #2510
versions:
flax: 0.6.1
jax: 0.3.16
jaxlib: 0.3.14
Dropout with rate 1. means not to update related layers. So when validate model, dropout with rate 1. must return output calculated by initialized weights not zero matrix. Pytorch's dropout layer works like I said.
OR at least limit rate range in [0, 1) like Tensorflow.
And i dont know why PR build test failed even though i've passed flax's test codes.
Beta Was this translation helpful? Give feedback.
All reactions