ECG generation problem
Hi,
I downloaded and ran the process_ecg.py file correctly but it doesn't produce ECG signals. Here is my output:
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.😆
ImportError: cannot import name 'Conv1DTranspose'
Which python and TensorFlow versions do you prefer?
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.
Conda environment has no higher TensorFlow versions than 2.0 :/
when I install via pip on that, It gives hardware unconformity error.
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.
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?