Colorizing-with-GANs
Colorizing-with-GANs copied to clipboard
ValueError: Cannot feed value of shape (1, 256, 256, 1, 3) for Tensor 'input_gray:0', which has shape '(?, ?, ?, 1)'
Hello!
first of all i am trying to install it on windows ... i know you say linux but ... python test.py --checkpoints-path checkpoints\places --test-input input --test-output output
I get the following message ValueError: Cannot feed value of shape (1, 256, 256, 1, 3) for Tensor 'input_gray:0', which has shape '(?, ?, ?, 1)'
what does this means ?
Thanks in advance!
I got the same error, would appreciate any help
@miltosc and @yusufbarisk have you been able to fix this error?