Skip to content

Commit

Permalink
疏忽
Browse files Browse the repository at this point in the history
  • Loading branch information
bojone authored Aug 11, 2022
1 parent 35d762a commit 0cd0a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bert4keras/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ def __init__(
self.activation = activations.get(activation)
self.use_bias = use_bias
self.normalization = normalization
self.self_attention = self_attention
self.attention_scale = attention_scale
self.attention_dropout = attention_dropout
self.kernel_initializer = initializers.get(kernel_initializer)
Expand Down

0 comments on commit 0cd0a4a

Please sign in to comment.