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:
- Are there something wrong, whenever i downloaded the dataset, because of which the expected dataset file is not downloaded properly?
- is it ok to working with
chfdb_chf13_45590.pkl instead of chfdb_chf14_45590.pkl?
please give me some suggestions.
Thanks in advance
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)but i already did some test with
chfdb_chf13_45590.pklinstead ofchfdb_chf14_45590.pkl, because ofchfdb_chf13_45590.pklis available in the dataset directory.my questions is:
chfdb_chf13_45590.pklinstead ofchfdb_chf14_45590.pkl?please give me some suggestions.
Thanks in advance