Skip to content

Commit

Permalink
🔧 Fix bugs (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
TakuyaShintate authored Sep 18, 2021
1 parent 867c2f5 commit 69d6b24
Show file tree
Hide file tree
Showing 129 changed files with 17,469 additions and 7,371 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ from tsts.scalers import StandardScaler
from tsts.solvers import TimeSeriesForecaster

# Initialize scaler with training dataset
sin_dataset = torch.sin(torch.arange(0, 100, 0.1))
sin_dataset = torch.sin(torch.arange(0.0, 100.0, 0.1))
sin_dataset = sin_dataset.unsqueeze(-1)
X_scaler = StandardScaler()
# NOTE: 0.75 is default training validation dataset ratio (training: 0.75, validation: 0.25)
Expand Down
2 changes: 1 addition & 1 deletion benchmark/informer/informer-ett-h1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TRAINING:

MODEL:
NAME: "Informer"
NUM_H_UNITS: 512
NUM_H_FEATS: 512
NUM_ENCODERS: 2
NUM_DECODERS: 1
FF_EXPANSION_RATE: 4.0
Expand Down
2 changes: 1 addition & 1 deletion benchmark/nbeats/tourism_monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DATALOADER:

MODEL:
NAME: "NBeats"
NUM_H_UNITS: 512
NUM_H_FEATS: 512

LOCALSCALER:
NAME: "LastStep"
Expand Down
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: e2c650f78a8c85416b65e88e6c178be0
config: 74b06218c3307010ebd142fcaea93044
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/.doctrees/metrics/metric.doctree
Binary file not shown.
Binary file added docs/.doctrees/models/informer.doctree
Binary file not shown.
Binary file modified docs/.doctrees/models/model.doctree
Binary file not shown.
Binary file added docs/.doctrees/models/nbeats.doctree
Binary file not shown.
Binary file added docs/.doctrees/models/seq2seq.doctree
Binary file not shown.
Binary file added docs/.doctrees/tutorials/training.doctree
Binary file not shown.
Loading

0 comments on commit 69d6b24

Please sign in to comment.