Obai33 commited on
Commit
059ffa9
·
verified ·
1 Parent(s): 78ab44a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ if 'glorot_uniform' in tf.keras.initializers.__dict__:
105
  else:
106
  # If not available, try instantiating the initializer
107
  from tensorflow.keras.initializers import GlorotUniform
108
- model.layers[0].cell.recurrent_initializer = GlorotUniform()print('error not here')
109
 
110
  print('ok model loaded')
111
  ##############
 
105
  else:
106
  # If not available, try instantiating the initializer
107
  from tensorflow.keras.initializers import GlorotUniform
108
+ model.layers[0].cell.recurrent_initializer = GlorotUniform()
109
 
110
  print('ok model loaded')
111
  ##############