chickenbestlover / RNN-Time-series-Anomaly-Detection

RNN based Time-series Anomaly detector model implemented in Pytorch.
Apache License 2.0
1.17k stars 316 forks source link

How to use trained model on personal ecg measurements #23

Open sonamghosh opened 5 years ago

sonamghosh commented 5 years ago

I was wondering how I would be able to test my own personal set of ecg data against the model. Say that I train the model on the all the ecg datasets that are provided and now I collect my own set of ecg data from a device and I want to tell to see if it can detect an anomaly or not. How would I go about it? Thank you.