Tingke Shen

Results 4 comments of Tingke Shen

This is the output for "A red flower" with n=5: ![image](https://user-images.githubusercontent.com/5405172/31469840-57d0d2fc-aeb1-11e7-89c2-fdf2bcdcea46.png)

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...