Rambo-7

Results 5 comments of Rambo-7

I am also searching for the same issue, If you have fixed the issue please guide me too

Could some masterminds help us ?😭

I have solved this problem. Because there are some different editions of numpy in Pi. So uninstall other editions ,just keep one edition only.

> Replace this line > `z = tf.nn.conv2d(x_image, weights, strides=[1, 1, 1, 1], padding='VALID') ` > to > `z = tf.nn.conv2d(x_image, weights, strides=[1, 1, 1, 1], padding='SAME')` > in inference...