I am creating a CNN function with TensorFlow, but I get a Shape related error
Hope that helps As per the official documentation here, input tensor should
be of shape [batch, in_height, in_width, in_channels] and a filter / kernel
tensor should be of shape [filter_height, filter_width, in_channels,
out_channels].Try by changing
Date : January 02 2021, 05:18 AM , By : user182548