-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
tensorflow>=2.4 | ||
sklearn | ||
sktime | ||
numpy |
File renamed without changes.