tsai
tsai copied to clipboard
ValueError: Target size (torch.Size([128])) must be the same as input size (torch.Size([256]))
When performing multi-label classificatioin, the shape of input is (14400, 1) and the output is (14400, 4). However, it raised the error. I am wondering how I can fix this errror. Thank you!