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