MarkusThill / bioma-tcn-ae

Minimal Working Example of a (baseline) Temporal Convolutional Autoencoder (TCN-AE) for Anomaly Detection in Time Series
41 stars 14 forks source link

Why is TCN’s padding the same? #4

Open JonathanHuangC opened 9 months ago

JonathanHuangC commented 9 months ago

Using padding=same for time series data will refer to future data. Can you elaborate on this part? Thank you very much for your answer.