wchen342 / SketchyGAN

Code for paper "SketchyGAN: Towards Diverse and Realistic Sketch to Image Synthesis"
MIT License
131 stars 32 forks source link

A problem about tensor dimension #3

Closed yuqing-liu-dut closed 6 years ago

yuqing-liu-dut commented 6 years ago

Hi, all. When training the data, I've met a problem about tensor's dimensions. It says the dimensions of tensors are not matched. The info of error is shown in the picture. training error Could anyone help to solve this problem? Thank you .

By the way, my tensorflow's version is 1.7. I choose data of 4 labels for training, and the setting of csv file is shown in the attached picture. csv setting

Thanks.

wchen342 commented 6 years ago

The problem is caused by a recent change in Tensorflow. It should be fixed now.