physhik / ecg-mit-bih

ECG classification using MIT-BIH data, a deep CNN learning implementation of Cardiologist-level arrhythmia detection and classification in ambulatory electrocardiograms using a deep neural network, https://www.nature.com/articles/s41591-018-0268-3 and also deploy the trained model to a web app using Flask, introduced at
https://physhik.github.io/2019/03/machine-learns-from-cardiologist-3/
GNU General Public License v3.0
183 stars 60 forks source link

Error with GPU #8

Open pedromorais17 opened 3 years ago

pedromorais17 commented 3 years ago

Hello,

When using the GPU version of tensorflow, I'm receiving the following error message "None values not supported". The error is found at the first epoch.

Do you have any suggestion?

Best Regards, Pedri Capture

Shasmita commented 1 year ago

Hey were you able to resolve the issue?