Open MrBlackFox2001 opened 1 year ago
Hello sir, thanks for your contribution here, I have a question for you, the MIT-BIH dataset is numerical, how did you use it as an input for the CNN, should it be data of images?
No, just a series of data points. Use wfdb to load it and convert it to a 1d numpy array, finally convert to a pytorch tensor(if using pytorch).
Hello sir, thanks for your contribution here, I have a question for you, the MIT-BIH dataset is numerical, how did you use it as an input for the CNN, should it be data of images?