You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I migrated the nnformer network file but the intermediate size did not match. def init(self, crop_size=[64,128],
embedding_dim=192,
input_channels=1,
num_classes=14,
conv_op=nn.Conv3d,
Depths =,2,2,2 [2],
num_heads=[6, 12, 24, 48],
Patch_size =,4,4 [2],
Window_size =,4,8,4 [4],
deep_supervision=True): It's really important to me to know what the hyperparameters are in the brats task
The text was updated successfully, but these errors were encountered:
I migrated the nnformer network file but the intermediate size did not match. def init(self, crop_size=[64,128],
embedding_dim=192,
input_channels=1,
num_classes=14,
conv_op=nn.Conv3d,
Depths =,2,2,2 [2],
num_heads=[6, 12, 24, 48],
Patch_size =,4,4 [2],
Window_size =,4,8,4 [4],
deep_supervision=True): It's really important to me to know what the hyperparameters are in the brats task
The text was updated successfully, but these errors were encountered: