Khelendramee commited on
Commit
120faab
·
verified ·
1 Parent(s): f0da27a

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -0
config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "lstm",
3
+ "input_size": 1,
4
+ "hidden_size": 50,
5
+ "num_layers": 2,
6
+ "output_size": 1,
7
+ "batch_first": true
8
+ }