TAC-GAN icon indicating copy to clipboard operation
TAC-GAN copied to clipboard

Assign requires shapes of both tensors to match, lhs shape=256 rhs shape=100

Open SumanyuShukla opened this issue 7 years ago • 1 comments

While using the generate_images script I am facing this issue that the shapes of both the tensors should be same. I am using the Macbook Pro with High Sierra OS and the latest version of tensorflow. Help would really be appreciated ASAP.

SumanyuShukla avatar Feb 23 '18 12:02 SumanyuShukla

If you are getting this while running generate_images, you should pass --t_dim= parameter. This parameter is defaulted to 256 if you don't pass it and could cause this issue.

ravitejc avatar Mar 06 '19 20:03 ravitejc