sunilrai486 commited on
Commit
c63e8a8
·
verified ·
1 Parent(s): c413b87

updated the config file.

Browse files
Files changed (1) hide show
  1. config.json +4 -7
config.json CHANGED
@@ -3,8 +3,9 @@
3
  "layers": [
4
  {
5
  "type": "embedding",
6
- "input_shape": [100],
7
- "output_shape": [100, 100]
 
8
  },
9
  {
10
  "type": "lstm",
@@ -32,9 +33,5 @@
32
  }
33
  ],
34
  "optimizer": "adam",
35
- "loss": "mean_squared_error",
36
- "metrics": ["accuracy"],
37
- "learning_rate": 0.001,
38
- "batch_size": 32,
39
- "epochs": 10
40
  }
 
3
  "layers": [
4
  {
5
  "type": "embedding",
6
+ "input_dim": 97649,
7
+ "output_dim": 100,
8
+ "input_length": 100
9
  },
10
  {
11
  "type": "lstm",
 
33
  }
34
  ],
35
  "optimizer": "adam",
36
+ "loss": "mean_squared_error"
 
 
 
 
37
  }