zsdonghao / text-to-image

Generative Adversarial Text to Image Synthesis / Please Star -->

Home Page:https://github.com/zsdonghao/tensorlayer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to load the model

ZihengZheng opened this issue · comments

Hello, I was successful to train the model but I can not load that, could you please help me thank you so much!
screen shot 2018-07-16 at 18 12 38
screen shot 2018-07-16 at 18 12 43

commented

it seems the npz is not match with your network architecture.

commented

I didn't provide pre-trained model for this repo

commented

if you use my code to train the model, and use the same code to load npz, but it fails, I don't have any idea about it ...

maybe you can try update tensorlayer.

commented

@ZihengZheng

errRNN = 0

the rnn_loss is set to be 0 after epoch 50

I use the same code, but can not reproduce the results, the flowers generated are disorderly, why is this? @zsdonghao Thank you!

@Fuhongshuai did you find any solution about this? Because i have the same problem. Thank you!

@Fuhongshuai @anastasiagkou did you find any solution to overcome this problem.