Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
##############
|