Skip to content

A unofficial pytorch implementation of "Long-term Forecasting with TiDE: Time-series Dense Encoder" and its sample code of applications

License

Notifications You must be signed in to change notification settings

frinkleko/TiDE-Applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiDE-Applications

A unofficial pytorch implementation of "Long-term Forecasting with TiDE: Time-series Dense Encoder" and its sample code of applications

TiDE Model

Usage

  1. Config model

    edit the config.yaml in config folder

  2. Train

    python3 train.py --name name --dataset traffic 

    In order to use a different dataset you need to customize data_utils.py

TODO

Warning: This repository is not finished now, only the network code is done. Sample code of own dataset is not finished now.

  • Network code
  • Utils code
    • basic utils
    • scheduler
    • data_utils
    • time series dataset
  • train and eval
    • logger and summary
  • sample code of own dataset

About

A unofficial pytorch implementation of "Long-term Forecasting with TiDE: Time-series Dense Encoder" and its sample code of applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages