This commit is contained in:
Dr. Kashif Rasul
2020-03-11 15:32:56 +01:00
parent c3360d5548
commit c92b0ec789
+1 -1
View File
@@ -53,7 +53,7 @@ A forecasting model is a *predictor* object. One way of obtaining predictors is
```python
device = device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
estimator = DeepAREstimator(freq="5min",
prediction_length=12,