-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy_model_architecture_202.json
1 lines (1 loc) · 1.28 KB
/
my_model_architecture_202.json
1
{"layers": [{"name": "LSTM", "inner_activation": "hard_sigmoid", "go_backwards": false, "output_dim": 512, "input_shape": [null, 168], "stateful": false, "cache_enabled": true, "init": "glorot_uniform", "inner_init": "orthogonal", "input_dim": 168, "return_sequences": true, "activation": "tanh", "forget_bias_init": "one", "input_length": null}, {"cache_enabled": true, "name": "Dropout", "p": 0.2}, {"name": "LSTM", "inner_activation": "hard_sigmoid", "go_backwards": false, "output_dim": 512, "input_shape": [null, 512], "stateful": false, "cache_enabled": true, "init": "glorot_uniform", "inner_init": "orthogonal", "input_dim": 512, "return_sequences": false, "activation": "tanh", "forget_bias_init": "one", "input_length": null}, {"cache_enabled": true, "name": "Dropout", "p": 0.2}, {"b_constraint": null, "name": "Dense", "activity_regularizer": null, "W_constraint": null, "cache_enabled": true, "init": "glorot_uniform", "activation": "linear", "input_dim": null, "b_regularizer": null, "W_regularizer": null, "output_dim": 168}, {"cache_enabled": true, "activation": "softmax", "name": "Activation"}], "optimizer": {"epsilon": 1e-06, "lr": 0.0010000000474974513, "name": "RMSprop", "rho": 0.8999999761581421}, "class_mode": "categorical", "name": "Sequential", "loss": "categorical_crossentropy"}