3D-RecGAN-extended icon indicating copy to clipboard operation
3D-RecGAN-extended copied to clipboard

Value Error for demo python code

Open kunalkhadilkar opened this issue 5 years ago • 3 comments

I am getting the error 'ValueError: Cannot feed value of shape (1, 64, 64, 64, 1) for Tensor u'Placeholder:0', which has shape '(4, 64, 64, 64, 1)'' after running the demo_3D-RecGAN++.py. Could you please suggest any possible alternative/solution?

kunalkhadilkar avatar Apr 22 '19 10:04 kunalkhadilkar

@kunalkhadilkar sorry for the delay. which version of tf do you use? It works fine on my pc. The released trained model should be able to take in the dynamic number of batch size.

Yang7879 avatar May 05 '19 13:05 Yang7879

I am getting the error 'ValueError: Cannot feed value of shape (1, 64, 64, 64, 1) for Tensor u'Placeholder:0', which has shape '(4, 64, 64, 64, 1)'' after running the demo_3D-RecGAN++.py. Could you please suggest any possible alternative/solution?

hello,do you solve this problem?

feidasheng avatar Jan 17 '20 09:01 feidasheng

@feidasheng Please refer this #13

bharadwajdhornala avatar Feb 28 '20 06:02 bharadwajdhornala