imatge-upc / 3D-GAN-superresolution

3D super-resolution using Generative Adversarial Networks
160 stars 46 forks source link

Versions of dependencies #7

Closed alexcwsmith closed 3 years ago

alexcwsmith commented 3 years ago

Hello, Thanks for creating this, I'm quite interested to see how it can adapt to my applications. I am hoping you may be able to help me by providing a list of version for packages/dependencies that you used for creating this code? I've gathered that it is not compatible with TensorFlow 2.X (apparently even with use of tf.compat.v1) , so am downgrading to tensorflow 1.15, but if you could provide a conda environment.yaml file or another text file with the version numbers for all of the dependencies you use, that would be super helpful. Right now in particular I am trying to figure out the version of TensorLayer that is compatible. Thanks! Alex