Skip to content

Commit

Permalink
fix mobilebert
Browse files Browse the repository at this point in the history
  • Loading branch information
zheyuye committed Jun 29, 2020
1 parent eead164 commit aea936f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gluonnlp/models/mobilebert.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ def __init__(self,
num_heads=num_heads,
attention_dropout_prob=attention_dropout_prob,
hidden_dropout_prob=hidden_dropout_prob,
activation_dropout_prob=hidden_dropout_prob,
num_stacked_ffn=num_stacked_ffn,
bottleneck_strategy=bottleneck_strategy,
layer_norm_eps=layer_norm_eps,
Expand Down

0 comments on commit aea936f

Please sign in to comment.