/DMAM-ECG

Diffusion Model with self-Attention Module for ECG Signal Denoising

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

DMAM-ECG

Diffusion Model with self-Attention Module for ECG Signal Denoising

The deep learning models were implemented using PyTorch.

Dataset

bash ./data/download_data.sh

Train the model

python main_exp.py

Evaluation the model

python eval_new.py

Acknowledgement

The data preprocessing is directly taken from DeepFilter.