I have enter all correct but:
ValueError: Argument output
must have rank (ndim) target.ndim - 1
. Received: target.shape=(None, 64, 84, 11), output.shape=(None, 64, 84, 11)
I have enter all correct but:
ValueError: Argument output
must have rank (ndim) target.ndim - 1
. Received: target.shape=(None, 64, 84, 11), output.shape=(None, 64, 84, 11)
Its says here the output dimension must be 1 less than the target??? I am not familiar with this course but it might help you…