ECG-GAN icon indicating copy to clipboard operation
ECG-GAN copied to clipboard

ECG generation problem

Open okanduzyel opened this issue 3 years ago • 6 comments

Hi,

I downloaded and ran the process_ecg.py file correctly but it doesn't produce ECG signals. Here is my output:

Screen Shot 2022-09-11 at 11 00 55

okanduzyel avatar Sep 11 '22 08:09 okanduzyel

Hi,

I just add the instruction of running the GAN model in readme. Thank you for letting me know the part i missed out. If you have any question pls let me know.😆

dumplingman0403 avatar Sep 11 '22 12:09 dumplingman0403

ImportError: cannot import name 'Conv1DTranspose'

Which python and TensorFlow versions do you prefer?

okanduzyel avatar Sep 11 '22 15:09 okanduzyel

The TensorFlow version I currently used is 2.9.1 and I believe the Conv1DTranspose function still working if your tf version is higher 2.9.1.

dumplingman0403 avatar Sep 12 '22 12:09 dumplingman0403

Conda environment has no higher TensorFlow versions than 2.0 :/

when I install via pip on that, It gives hardware unconformity error.

okanduzyel avatar Sep 13 '22 21:09 okanduzyel

I guess you can try to use venv package to create a virtual environment and install the TensorFlow and package you need. You can find more details in here.

dumplingman0403 avatar Sep 16 '22 12:09 dumplingman0403

I guess you can try to use venv package to create a virtual environment and install the TensorFlow and package you need. You can find more details in here.

hi,I used the Tensorflow1.15.0 environment. What is the role of Conv1DTranspose. Can I not use Conv1DTranspose?

dousocool avatar Nov 13 '22 12:11 dousocool