JS
JS
It's my pleasure for me to see your paper "Deep Multimodal Fusion by Channel Exchanging",and I have downloaded the corresponding code from github, but how can I get the "train"...
Traceback (most recent call last): File "D:\CondaProjects\TransUNet-main\TransUNet\test.py", line 156, in inference(args, net, test_save_path) File "D:\CondaProjects\TransUNet-main\TransUNet\test.py", line 60, in inference metric_i = test_single_volume(image, label, model, classes=args.num_classes, File "D:\CondaProjects\TransUNet-main\TransUNet\utils.py", line 87, in...
Hi Minerva-J! My outputs.shape = [2, 3, 224, 224], targets_x.shape=[2, 224, 224], I want to use dice_loss as the loss function, it requires the input parameter shape to be [B,...
Dear rezazad68:I am very honored to see your paper "SMU-Net: Style matching U-Net for brain tumor segmentation with missing modalities". I have downloaded the corresponding code of the paper. Due...