Apply dropout with probability `embed_p` to an embedding layer `emb`.

EmbeddingDropout(emb, embed_p)

Arguments

emb

emb

embed_p

embed_p

Value

None