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

`chfdb_chf14_45590.pkl` file isn't found #53

Open cs-joy opened 2 months ago

cs-joy commented 2 months ago

Hello @chickenbestlover, here i'm trying to working on Google Colab with T4 GPU. In the following command you used this dataset (chfdb_chf14_45590.pkl) for 2. Time-series prediction. but this dataset is really not available in the dataset directory ( /dataset/ecg/labeled/train)

python 1_train_predictor.py --data ecg --filename chfdb_chf14_45590.pkl

but i already did some test with chfdb_chf13_45590.pkl instead of chfdb_chf14_45590.pkl, because of chfdb_chf13_45590.pkl is available in the dataset directory.

my questions is:

  1. Are there something wrong, whenever i downloaded the dataset, because of which the expected dataset file is not downloaded properly?
  2. is it ok to working with chfdb_chf13_45590.pkl instead of chfdb_chf14_45590.pkl?

please give me some suggestions.

Thanks in advance