Skip to content

Commit a257577

Browse files
committed
Update image
1 parent d1bdf5c commit a257577

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

manuscript/06.time-series-anomaly-ecg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ test_anomaly_dataset, _, _ = create_dataset(anomaly_df)
189189

190190
### LSTM Autoencoder
191191

192-
![Autoencoder](https://lilianweng.github.io/lil-log/assets/images/autoencoder-architecture.png)
192+
![png](images/pytorch-05/autoencoder-architecture.png)
193193
_Sample Autoencoder Architecture [Image Source](https://lilianweng.github.io/lil-log/2018/08/12/from-autoencoder-to-beta-vae.html)_
194194

195195
The general Autoencoder architecture consists of two components. An _Encoder_ that compresses the input and a _Decoder_ that tries to reconstruct it.
134 KB
Loading

0 commit comments

Comments
 (0)