Skip to content

Commit

Permalink
add readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ntakouris committed Jun 23, 2021
1 parent b12f1d3 commit 3eda514
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# To Do List
# TimeSeries Pretrain Tests

## Datasets and Setup

Navigate to [timeseriesclassification.com](http://www.timeseriesclassification.com/dataset.php) and download the **sktime formatted ts files** at `./datasets/`.

`pip install -r requirements.txt` and launch `tests.ipynb`

## To Do List

- [x] LSTM Autoencoder
- [ ] Transformer
- [x] Transformer
- [ ] ConvNet
- [ ] Denoising Autoencoder w/ Augmentations
- [ ] Denoising Autoencoder(s) w/ Augmentations
- [ ] Hyperparameter Sweep
- [ ] Two Stage Fine Tuning
- [ ] Bigger Datasets
Empty file removed augmentations.py
Empty file.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
tensorflow>=2.4
sklearn
sktime
numpy
File renamed without changes.

0 comments on commit 3eda514

Please sign in to comment.