dumplingman0403 / ECG-GAN

Synthesize plausible ECG signals via Generative adversarial networks
MIT License
24 stars 4 forks source link

ECG generation problem #2

Open okanduzyel opened 1 year ago

okanduzyel commented 1 year ago

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
dumplingman0403 commented 1 year ago

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.😆

okanduzyel commented 1 year ago

ImportError: cannot import name 'Conv1DTranspose'

Which python and TensorFlow versions do you prefer?

dumplingman0403 commented 1 year ago

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.

okanduzyel commented 1 year ago

Conda environment has no higher TensorFlow versions than 2.0 :/

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

dumplingman0403 commented 1 year ago

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.

dousocool commented 1 year ago

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?