Obai33 commited on
Commit
784c876
·
verified ·
1 Parent(s): 21703fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -99,6 +99,8 @@ print('error not here')
99
 
100
  # Load the pre-trained model
101
  model = tf.keras.models.load_model(local_filename)
 
 
102
  print('error not here')
103
 
104
  ##############
 
99
 
100
  # Load the pre-trained model
101
  model = tf.keras.models.load_model(local_filename)
102
+
103
+ model.layers[0].cell.recurrent_initializer = 'glorot_uniform'
104
  print('error not here')
105
 
106
  ##############