Closed zhengszh closed 6 years ago
I have commented out the "conv = conv.squeeze(2)" statement and I got error from the next statement. The error is:
conv = conv.permute(2, 0, 1) # [w, b, c] RuntimeError: number of dims don't match in permute
I have commented out the "conv = conv.squeeze(2)" statement and I got error from the next statement. The error is: