Open fourk-ty opened 6 years ago
Similar error occurs in my environment (MacOS 10.14, python3.6.8, tensorflow-gpu 1.1.0 ). In my case, error message was as following:
Traceback (most recent call last):
File "fcn.py", line 317, in <module>
main()
File "fcn.py", line 246, in main
images[i] = augment(im, flip_prob, aug_type, randoms)
ValueError: could not broadcast input array from shape (13,13,3) into shape (224,224,3)
@theadventureoflinko Have you solved this problem?
@Johncheng1 No, still in trouble.
执行 python3.5 fcn.py -m test 后 Res目录下生成的inp_0.png pred_0.png 为什么会一片黑呢??
I want it to work in my environment. What should I do. Which part should I changed? Or maybe there are some mistakes I made. I would be appreciated if anyone could help. Now it shows a ValueError: can not feed value of shape (0,) for Tensor 'input_image:0', which has shape '(?, 224, 224, 3)'