Update dropout value
#2
by
amyeroberts
HF staff
- opened
Dropout prob in the transformers model layers is defined as the probability of an activation being set to 0, in the original MobileNet repo it's defined as the keep probability.
See:
https://github.com/huggingface/transformers/issues/22767
https://github.com/tensorflow/models/blob/ad32e81e31232675319d5572b78bc196216fd52e/research/slim/nets/mobilenet_v1.py#L306
amyeroberts
changed pull request status to
merged