MousaviSajad / ECG-Heartbeat-Classification-seq2seq-model

Inter- and intra- patient ECG heartbeat classification for arrhythmia detection: a sequence to sequence deep learning approach
Other
175 stars 54 forks source link

is this just a copy/paste typo? #4

Open mah533 opened 4 years ago

mah533 commented 4 years ago

hi , in file "seq_seq_annot_aami.py" line 299,

shouldn't 1:nums[1] be 1:n_oversampling like the other elements of the dictionary? or there's a logic behind this?

regards Ed

MousaviSajad commented 4 years ago

Hi,

If nums[1] is equal to n_oversampling, you can change it to 1:n_oversampling, otherwise leave it.

Regards, Sajad