zsdonghao / text-to-image

Generative Adversarial Text to Image Synthesis / Please Star -->
https://github.com/zsdonghao/tensorlayer
598 stars 162 forks source link

Tensorflow 2.1, Tensorlayer 2.2 update #40

Open SadRebel1000 opened 4 years ago

SadRebel1000 commented 4 years ago

Hello,

are there any plans in the near future to update this git to the latest Tensorflow and Tensorlayer versions? I've been trying making the code run with backwards compat (compat.tf1. ...) but I've keep bumping on errors which are a bit too big of mouth full for me.

Fyi: I've succesfully run the DCGAN Tensorlayer implementation with Tensorlayer 2.2 and a self build Tensorflow 2.1 (with 3.0 compute compatibility) from source in Python 3.7.

So, an update would be greatly appreciated!

NamHyelin commented 1 year ago

Hi, I also successed to run with Tensorflow v2. However, I also have an error 'Process finished with exit code -1073741571 (0xC00000FD)'. Is this related to my computer power source?