mah533 / Augmentation-of-ECG-Training-Dataset-with-CGAN

Imbalanced MIT-BIH dataset is augmented with the generated beats by WGAN-GP and AC-WGAN-GP to improve the classification metrics.
30 stars 2 forks source link

Do you have the code to use imporved-DDPM?? #3

Closed Ultraman666 closed 1 year ago

Ultraman666 commented 1 year ago

I read your article "Synthetic ECG Signal Generation using Probabilistic Diffusion Models" on Google Scholar and was very interested in the method in which improved-DDPM is used to generate ECG signals. Could you please post the relevant code?

mah533 commented 1 year ago

The Improved DDPM code we used was downloaded directly from their GitHub page (see their paper) and used as-is. Hope it helps