Tingke Shen
Tingke Shen
This is the output for "A red flower" with n=5: 
Maybe this is relevant? I replaced ops.py according to the solution mentioned in this issue: https://github.com/paarthneekhara/text-to-image/issues/13 Then I changed sigmoid_cross_entropy_with_logits() to take the "logits" and "labels" arguments explicitly. i.e. sigmoid_cross_entropy_with_logits(logits=......
I used the pretrained model. I mean the fact that I'm pointing model_path to latest_model_flowers_temp.ckpt should guarantee that model is loaded. Also the name of the file latest_model_flowers_temp.ckpt indicates this...
Thanks, I'll take a look