Spaces:
Sleeping
Sleeping
Commit
·
22ba16b
1
Parent(s):
ee99114
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,9 @@ class CustomNeuralProphet(NeuralProphet):
|
|
23 |
lr_scheduler = param_group["lr_scheduler"]
|
24 |
lr_scheduler.step()
|
25 |
|
|
|
|
|
|
|
26 |
m = CustomNeuralProphet(
|
27 |
n_forecasts=30,
|
28 |
n_lags=12,
|
|
|
23 |
lr_scheduler = param_group["lr_scheduler"]
|
24 |
lr_scheduler.step()
|
25 |
|
26 |
+
optimizer = None
|
27 |
+
|
28 |
+
|
29 |
m = CustomNeuralProphet(
|
30 |
n_forecasts=30,
|
31 |
n_lags=12,
|