Closed YontiLevin closed 6 years ago
why do you apply embedding dropout in line 70 of the model.py and then apply LockedDropout in line 73?
doesn't both functions have the same functionality regrading the dropout?
is it equivalent to applying the embedding dropout with an higher rate?
many thanks
never mind. figured it
embedding dropouts drop entire words the locked dropouts on it drop values inside word embeddings
why do you apply embedding dropout in line 70 of the model.py and then apply LockedDropout in line 73?
doesn't both functions have the same functionality regrading the dropout?
is it equivalent to applying the embedding dropout with an higher rate?
many thanks