Yang7879 / 3D-RecGAN-extended

🔥3D-RecGAN++ in Tensorflow (TPAMI 2018)
https://arxiv.org/abs/1802.00411
MIT License
132 stars 29 forks source link

Value Error for demo python code #9

Open kunalkhadilkar opened 5 years ago

kunalkhadilkar commented 5 years ago

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?

Yang7879 commented 5 years ago

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

feidasheng commented 4 years ago

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?

bharadwajdhornala commented 4 years ago

@feidasheng Please refer this #13