Open ll-gh opened 1 year ago
How to solve this problem? input size:torch.Size([2, 2, 32, 32, 32]) target size: torch.Size([2, 64, 32, 32])
how to solve this problem?
我是改成这样子,就可以了。loss = criterion_ce(outputs, target_argmax) + criterion_dice(outputs_argmax, target_argmax)
How to solve this problem? input size:torch.Size([2, 2, 32, 32, 32]) target size: torch.Size([2, 64, 32, 32])