Skip to content

Commit

Permalink
add DLinear and Transformer model and 4 datasets from Autoformer
Browse files Browse the repository at this point in the history
  • Loading branch information
khairulislam committed Sep 4, 2023
1 parent 606cb81 commit 9f67118
Show file tree
Hide file tree
Showing 67 changed files with 3,858 additions and 2,079 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Added by me
__init__.py
lightning_logs
predictions.csv
checkpoints
# some file sizes are too large for git
datasets
dataset

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
25 changes: 0 additions & 25 deletions base/base_model.py

This file was deleted.

151 changes: 0 additions & 151 deletions base/base_trainer.py

This file was deleted.

143 changes: 0 additions & 143 deletions classes/Parameters.py

This file was deleted.

43 changes: 0 additions & 43 deletions classes/PlotConfig.py

This file was deleted.

Loading

0 comments on commit 9f67118

Please sign in to comment.