imics-lab / tts-cgan

TTS-CGAN: A Transformer Time-Series Conditional GAN for Biosignal Data Augmentation
Apache License 2.0
71 stars 12 forks source link

No such file './mitbih_train.csv' #2

Open stillwang96 opened 2 years ago

stillwang96 commented 2 years ago

Hi, when I run the codes, It displays: FileNotFoundError: [Errno 2] No such file or directory: './mitbih_train.csv' How can I solve it?

Xiaomin-Li commented 2 years ago

Hi, The dataset should be downloaded from here: https://www.kaggle.com/code/azazurrehmanbutt/ecg-classification-using-cnn-lstm/data?scriptVersionId=74982392 It is a public dataset on Kaggle. You will need to download it and place it in the same folder of the code.