sayyedAhmed's picture
config.json add
7c134d8
raw
history blame
177 Bytes
{
"architectures": ["LSTMPredictor"],
"input_dim": 10,
"hidden_dim": 64,
"output_dim": 1,
"forecast_horizon": 3,
"n_layers": 2,
"dropout": 0.2
}