Skip to content

Commit 2c00b37

Browse files
authored
add links to download data (#13)
1 parent 729c519 commit 2c00b37

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,4 @@ dmypy.json
131131

132132
data/
133133
output/
134+
.DS_Store

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,9 @@ Optional arguments:
7676
* denoising autoencoder
7777
* sparse autoencoder
7878

79+
## Examples
80+
You can find under the `examples` scripts to train the model in both cases:
81+
* reconstruction: the dataset can be found [here](https://gist.github.com/JulesBelveze/99ecdbea62f81ce647b131e7badbb24a)
82+
* forecasting: the dataset can be found [here](https://gist.github.com/JulesBelveze/e9997b9b0b68101029b461baf698bd72)
7983

8084

0 commit comments

Comments
 (0)