DeepPSP / cpsc2021

Paroxysmal Atrial Fibrillation Events Detection from Dynamic ECG Recordings: The 4th China Physiological Signal Challenge 2021
MIT License
11 stars 6 forks source link

Cannot run the example #7

Open OmarAshkar opened 2 weeks ago

OmarAshkar commented 2 weeks ago

Hello, I am new to ECG and I was trying to run the example here as it seems this is a significant changes between current torch_ecg and the way it was implemented here. I am trying to run the jupyter notebook.

I installed latest version of torch_ecg. The implementation here calls torch_ecg.torch_ecg, which I assume was submodule in the repo.

I fixed that to torch_ecg, but still most of the functions seems to be renamed, so there is no resnet or resnet_ledwise anymore!

I would appreciate if there is a working example for this dataset.

Thank you!

wenh06 commented 1 week ago

Yes, it has changed (evolved) a lot since the last commit of this repo. You can check the latest version at https://github.com/DeepPSP/torch_ecg/tree/master/benchmarks/train_hybrid_cpsc2021

If you have any more questions, please don't hesitate to ask.