sayyedAhmed commited on
Commit
7c134d8
·
1 Parent(s): 1a202c1

config.json add

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["LSTMPredictor"],
3
+ "input_dim": 10,
4
+ "hidden_dim": 64,
5
+ "output_dim": 1,
6
+ "forecast_horizon": 3,
7
+ "n_layers": 2,
8
+ "dropout": 0.2
9
+ }
10
+