From c92b0ec789927417c0dc89dd41709a9704d6ea6b Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Wed, 11 Mar 2020 15:32:56 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f179a9..1f0bb40 100644 --- a/README.md +++ b/README.md @@ -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,