Skip to content

Releases: TakuyaShintate/tsts

Adding a new feature

20 May 03:28
5118988
Compare
Choose a tag to compare

About this Version

Added ep (=current epoch) to progress bar.

Fixing a bug

05 May 14:29
65b3c01
Compare
Choose a tag to compare

About this Release

fixing index bug on API

Fixing a small bug

17 Apr 14:29
9efddd2
Compare
Choose a tag to compare

About this Version

fixed input args of Seq2Seq

Adding APIs

17 Apr 12:33
8c084c1
Compare
Choose a tag to compare

About this Version

added some APIs in tsts/apis
added PRETRAIN arg
fixed some bugs
fixed SCINet node bug
added example config
updated docs
updated README

Adding New Tools

30 Jan 13:44
447e7ab
Compare
Choose a tag to compare

About this Version

  • New Tools

Added tools/train.py and tools/test.py for training and test easily

  • Data Augmentation

Added a new feature for data augmentation

  • Bug Fixing

Fixed a few minor bugs

Bug Fixing & New Feature

26 Sep 15:33
8be7469
Compare
Choose a tag to compare

About this version

  • Fixed bias bug on predict method
  • Fixed localscaler bug (wrong dimension)
  • Added random dataset sample feature
  • Updated SCINet

New Model

20 Sep 17:46
d88c7e9
Compare
Choose a tag to compare

About this Version

Added SCINet and the results

Adding new modules

19 Sep 20:41
2c3445a
Compare
Choose a tag to compare

About this Version

  • Added new tutorial
  • Added new optimizers: AdamW and SAM
  • Added new local scaler: HistricalInertia
  • Added new losses: MAE and SmoothMAE

Bug fixing

18 Sep 03:01
69d6b24
Compare
Choose a tag to compare

About this Version

  • Deleted ADD_LAST_STEP_VAL which is replaced by local scalers now
  • Built docs

Adding local scalers

17 Sep 15:41
8235045
Compare
Choose a tag to compare

About this version

Following local scaler modules are added

  • NOOP: Do nothing
  • LastStep: Adding last step value
  • AutoRegressiveModel: Adding output of AR model