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:

amyeroberts changed pull request status to merged

Sign up or log in to comment