mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-07-22 13:00:05 +08:00
typo
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user