Open themousepotato opened 4 years ago
I met the same problem. Did you found the solution?
This worked for me:
In Model class within TESTGAN.py change the 14 line to n,w,h,c = x.get_shape().as_list()
Then also change the words input
to input_x
or similar
Getting the following error on executing
test.py
:When I tried with
tf.shape(input).as_list()
instead ofinput.get_shape().as_list()
, I got the following error:Could you please suggest a workaround?