File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ def get_config(self):
363
363
return dict (list (base_config .items ()) + list (config .items ()))
364
364
365
365
def _create_norm_layer (self , name ):
366
- return keras .layers .LayerNormalization (
366
+ return keras .layers .experimental . LayerNormalization (
367
367
beta_initializer = self .norm_beta_initializer ,
368
368
gamma_initializer = self .norm_gamma_initializer ,
369
369
epsilon = self .norm_epsilon ,
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ def test_config(self):
274
274
"bias_constraint" : None ,
275
275
"dropout" : 0. ,
276
276
"recurrent_dropout" : 0. ,
277
- "implementation" : 2 ,
277
+ "implementation" : 1 ,
278
278
"norm_gamma_initializer" : {
279
279
"class_name" : "Ones" ,
280
280
"config" : {}
You can’t perform that action at this time.
0 commit comments