DFM-Net
DFM-Net copied to clipboard
Results
1
DFM-Net issues
Sort by
recently updated
recently updated
newest added
这样导致的结果是,在使用binary_cross_entropy_with_logits算交叉熵损失值时,即代码中 loss_d = F.binary_cross_entropy_with_logits(out[1], gts), 就会报错RuntimeError: output with shape [10, 1, 256, 256] doesn't match the broadcast shape [10, 16, 256, 256]