Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV1/network_training/nnUNetTrainer_TopK10.py:6
Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV1/network_training/nnUNetTrainer_ExpLog.py:7
Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV1/network_training/nnUNetTrainerWCE.py:7
Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV1/network_training/nnUNetTrainer_Iou.py:7
Method__init__(self, apply_nonlin=None, alpha=None, gamma=2, balance_index=0, smooth=1e-5, size_average=True)
test/nnUNetV1/loss_functions/focal_loss.py:22
Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV2/network_training/nnUNetTrainerV2_Loss_TopK10.py:21
Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV2/network_training/nnUNetTrainerV2_Loss_DiceTopK10CE.py:21
Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV2/network_training/nnUNetTrainerV2_Loss_DiceFocal.py:6
Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV2/network_training/nnUNetTrainerV2_Loss_CE.py:19
Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV2/network_training/nnUNetTrainerV2_Loss_DiceTopK10Focal.py:21
Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV2/network_training/nnUNetTrainerV2_Loss_Dice.py:22
Method__init__(self, plans_file, fold, output_folder=None, dataset_directory=None, batch_dice=True, stage=None,
test/nnUNetV2/network_training/nnUNetTrainerV2_Loss_DiceTopK10.py:21
Method__init__(self, soft_dice_kwargs, topk_kwargs, ce_kwargs, aggregate="sum", square_dice=False)
test/nnUNetV2/loss_functions/dice_loss.py:485
Method__init__(self, soft_dice_kwargs, topk_kwargs, focal_kwargs, aggregate="sum", square_dice=False)
test/nnUNetV2/loss_functions/dice_loss.py:507
Method__init__(self, apply_nonlin=None, alpha=None, gamma=2, balance_index=0, smooth=1e-5, size_average=True)
test/nnUNetV2/loss_functions/focal_loss.py:22
Method__init__(self, apply_nonlin=None, alpha=None, gamma=2, balance_index=0, smooth=1e-5, size_average=True)
losses_pytorch/focal_loss.py:22
FunctionflattenFlattens a given tensor such that the channel axis is first. The shapes are transformed as follows: (N, C, D, H, W) -> (C, N * D * H * W)
test/nnUNetV1/loss_functions/ND_Crossentropy.py:193
FunctionflattenFlattens a given tensor such that the channel axis is first.
The shapes are transformed as follows:
(N, C, D, H, W) -> (C, N * D * H * W)
losses_pytorch/ND_Crossentropy.py:137
Methodforward net_output: (batch_size, class, x,y,z) target: ground truth, shape: (batch_size, 1, x,y,z) bound: precomputed distance map, s
test/nnUNetV1/loss_functions/boundary_loss.py:141
Methodforward net_output: (batch_size, c, x,y,z) target: ground truth, shape: (batch_size, c, x,y,z)
test/nnUNetV1/loss_functions/boundary_loss.py:245