MCPcopy Create free account

hub / github.com/YaoZhang93/MAML / functions

Functions895 in github.com/YaoZhang93/MAML

Functionflip
flips the tensor at dimension dim (mirroring!) :param x: :param dim: :return:
nnunet/utilities/tensor_utilities.py:42
Methodforward
(ctx, input)
nnunet/utilities/distributed.py:29
Methodforward
(self, x)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_GeLU.py:34
Methodforward
(self, x, y, loss_mask=None)
nnunet/training/loss_functions/dice_loss.py:40
Methodforward
(self, x, y, loss_mask=None)
nnunet/training/loss_functions/dice_loss.py:169
Methodforward
(self, x, y, loss_mask=None)
nnunet/training/loss_functions/dice_loss.py:212
Methodforward
(self, x, y, loss_mask=None)
nnunet/training/loss_functions/dice_loss.py:257
Methodforward
target must be b, c, x, y(, z) with c=1 :param net_output: :param target: :return:
nnunet/training/loss_functions/dice_loss.py:333
Methodforward
(self, net_output, target)
nnunet/training/loss_functions/dice_loss.py:380
Methodforward
(self, net_output, target)
nnunet/training/loss_functions/dice_loss.py:399
Methodforward
(self, net_output, target)
nnunet/training/loss_functions/dice_loss.py:419
Methodforward
(self, input: Tensor, target: Tensor)
nnunet/training/loss_functions/crossentropy.py:8
Methodforward
(self, logit, target)
nnunet/training/loss_functions/focal_loss.py:51
Methodforward
(self, logit, target)
nnunet/training/loss_functions/focal_loss.py:139
Methodforward
(self, x, y)
nnunet/training/loss_functions/deep_supervision.py:31
Methodforward
(self, inp, target)
nnunet/training/loss_functions/TopK_loss.py:28
Methodforward
:param x: :param return_skips: if none then self.default_return_skips is used :return:
nnunet/network_architecture/generic_modular_UNet.py:140
Methodforward
(self, skips, gt=None, loss=None)
nnunet/network_architecture/generic_modular_UNet.py:256
Methodforward
(self, x)
nnunet/network_architecture/generic_modular_UNet.py:337
Methodforward
:param x: :param return_skips: if none then self.default_return_skips is used :return:
nnunet/network_architecture/generic_modular_residual_UNet.py:89
Methodforward
(self, skips)
nnunet/network_architecture/generic_modular_residual_UNet.py:205
Methodforward
(self, x)
nnunet/network_architecture/generic_modular_residual_UNet.py:285
Methodforward
(self, x)
nnunet/network_architecture/generic_modular_residual_UNet.py:335
Methodforward
(self, x, y=None, return_hard_tp_fp_fn=False)
nnunet/network_architecture/generic_UNet_DP.py:61
Methodforward
(self, x)
nnunet/network_architecture/neural_network.py:44
Methodforward
(self, x)
nnunet/network_architecture/generic_UNet.py:64
Methodforward
(self, x)
nnunet/network_architecture/generic_UNet.py:72
Methodforward
(self, x)
nnunet/network_architecture/generic_UNet.py:141
Methodforward
(self, x)
nnunet/network_architecture/generic_UNet.py:162
Methodforward
(self, x)
nnunet/network_architecture/generic_UNet.py:387
Methodforward
(self, x)
nnunet/network_architecture/generic_MAML.py:64
Methodforward
(self, x)
nnunet/network_architecture/generic_MAML.py:72
Methodforward
(self, x)
nnunet/network_architecture/generic_MAML.py:141
Methodforward
(self, x)
nnunet/network_architecture/generic_MAML.py:162
Methodforward
(self, x)
nnunet/network_architecture/generic_MAML.py:398
Methodforward
(self, x)
nnunet/network_architecture/generic_MAML.py:536
Methodforward
(self, x: torch.Tensor)
nnunet/network_architecture/custom_modules/feature_response_normalization.py:32
Methodforward
(self, x)
nnunet/network_architecture/custom_modules/conv_blocks.py:54
Methodforward
(self, x)
nnunet/network_architecture/custom_modules/conv_blocks.py:82
Methodforward
(self, x)
nnunet/network_architecture/custom_modules/conv_blocks.py:133
Methodforward
(self, x)
nnunet/network_architecture/custom_modules/conv_blocks.py:199
Methodforward
(self, x)
nnunet/network_architecture/custom_modules/conv_blocks.py:226
Methodforward
(self, x)
nnunet/network_architecture/custom_modules/mish.py:21
Methodforward
(self, input)
nnunet/network_architecture/custom_modules/helperModules.py:23
Functionfscore
(1 + b^2) * TP / ((1 + b^2) * TP + b^2 * FN + FP)
nnunet/evaluation/metrics.py:212
Methodgenerate_train_batch
(self)
nnunet/training/dataloading/dataset_loading.py:223
Methodgenerate_train_batch
(self)
nnunet/training/dataloading/dataset_loading.py:445
Functionget_KiTS_regions
()
nnunet/evaluation/region_based_evaluation.py:26
Functionget_case_identifiers_from_raw_folder
(folder)
nnunet/training/dataloading/dataset_loading.py:31
Functionget_commands
(configurations, regular_trainer="nnUNetTrainerV2", cascade_trainer="nnUNetTrainerV2CascadeFullRes",
nnunet/postprocessing/consolidate_all_for_paper.py:44
Functionget_configuration_from_output_folder
(folder)
nnunet/run/default_configuration.py:23
Functionget_datasets
()
nnunet/postprocessing/consolidate_all_for_paper.py:19
Methodget_patient_identifiers_from_cropped_files
(self)
nnunet/preprocessing/cropping.py:178
Functionget_pool_and_conv_props_v2
:param spacing: :param patch_size: :param min_feature_map_size: min edge length of feature maps in bottleneck :return:
nnunet/experiment_planning/common_utils.py:157
Methodget_properties_for_stage
ExperimentPlanner configures pooling so that we pool late. Meaning that if the number of pooling per axis is (2, 3, 3), then the firs
nnunet/experiment_planning/experiment_planner_baseline_3DUNet_v21.py:83
Methodget_properties_for_stage
(self, current_spacing, original_spacing, original_shape, num_cases, num_moda
nnunet/experiment_planning/experiment_planner_baseline_2DUNet_v21.py:31
Methodget_properties_for_stage
We use FabiansUNet instead of Generic_UNet
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_residual_3DUNet_v21.py:33
Methodget_properties_for_stage
We need to adapt ref
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_11GB.py:35
Methodget_properties_for_stage
We need to adapt ref
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_16GB.py:35
Methodget_properties_for_stage
We need to adapt ref
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_32GB.py:35
Methodget_properties_for_stage
nnunet/experiment_planning/alternative_experiment_planning/patch_size/experiment_planner_3DUNet_isotropic_in_voxels.py:38
Methodget_properties_for_stage
Computation of input patch size starts out with the new median shape (in voxels) of a dataset. This is opposed to prior experiments w
nnunet/experiment_planning/alternative_experiment_planning/pooling_and_convs/experiment_planner_baseline_3DUNet_allConv3x3.py:30
Methodget_properties_for_stage
ExperimentPlanner configures pooling so that we pool late. Meaning that if the number of pooling per axis is (2, 3, 3), then the firs
nnunet/experiment_planning/alternative_experiment_planning/pooling_and_convs/experiment_planner_baseline_3DUNet_poolBasedOnSpacing.py:31
Methodget_size
(self)
nnunet/evaluation/metrics.py:89
Methodget_target_spacing
per default we use the 50th percentile=median for the target spacing. Higher spacing results in smaller data and thus faster and easi
nnunet/experiment_planning/experiment_planner_baseline_3DUNet_v21.py:38
Methodget_target_spacing
(self)
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v22.py:30
Methodget_target_spacing
(self)
nnunet/experiment_planning/alternative_experiment_planning/target_spacing/experiment_planner_baseline_3DUNet_v21_customTargetSpacing_2x2x2.py:30
Functionhausdorff_distance
(test=None, reference=None, confusion_matrix=None, nan_for_nonexisting=True, voxel_spacing=None, connectivity=
nnunet/evaluation/metrics.py:314
Functionhausdorff_distance_95
(test=None, reference=None, confusion_matrix=None, nan_for_nonexisting=True, voxel_spacing=None, connectivity=
nnunet/evaluation/metrics.py:332
Methodinitialize
For prediction of test cases just set training=False, this will prevent loading of training data and training batchgenerator initiali
nnunet/training/network_training/nnUNetTrainerCascadeFullRes.py:109
Methodinitialize
- replaced get_default_augmentation with get_moreDA_augmentation - only run this code once - loss function wrapper for deep s
nnunet/training/network_training/nnUNetTrainerV2_DP.py:61
Methodinitialize
For prediction of test cases just set training=False, this will prevent loading of training data and training batchgenerator initiali
nnunet/training/network_training/nnUNetTrainerV2_CascadeFullRes.py:117
Methodinitialize
- replaced get_default_augmentation with get_moreDA_augmentation - enforce to only run this code once - loss function wrapper
nnunet/training/network_training/nnUNetTrainerV2.py:55
Methodinitialize
- replaced get_default_augmentation with get_moreDA_augmentation - enforce to only run this code once - loss function wrapper
nnunet/training/network_training/nnUNetLightTrainerV2.py:55
Methodinitialize
For prediction of test cases just set training=False, this will prevent loading of training data and training batchgenerator initiali
nnunet/training/network_training/nnUNetTrainer.py:187
Methodinitialize
For prediction of test cases just set training=False, this will prevent loading of training data and training batchgenerator initiali
nnunet/training/network_training/nnUNet_variants/nnUNetTrainerNoDA.py:50
Methodinitialize
(self, training=True, force_load_plans=False)
nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_DA3.py:93
Methodinitialize
(self, training=True, force_load_plans=False)
nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_insaneDA.py:79
Methodinitialize
(self, training=True, force_load_plans=False)
nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_noDA.py:55
Methodinitialize
- replaced get_default_augmentation with get_moreDA_augmentation - only run this code once - loss function wrapper for deep s
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_softDeepSupervision.py:40
Methodinitialize
removed deep supervision :return:
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_noDeepSupervision.py:83
Methodinitialize
(self, training=True, force_load_plans=False)
nnunet/training/network_training/nnUNet_variants/benchmarking/nnUNetTrainerV2_dummyLoad.py:102
Methodinitialize
(self, training=True, force_load_plans=False)
nnunet/training/network_training/nnUNet_variants/benchmarking/nnUNetTrainerV2_2epochs.py:253
Methodinitialize
this is a copy of nnUNetTrainerV2's initialize. We only add the regions to the data augmentation :param training: :param forc
nnunet/training/network_training/competitions_with_custom_Trainers/BraTS2020/nnUNetTrainerV2BraTSRegions.py:87
Methodinitialize
this is a copy of nnUNetTrainerV2's initialize. We only add the regions to the data augmentation :param training: :param forc
nnunet/training/network_training/competitions_with_custom_Trainers/BraTS2020/nnUNetTrainerV2BraTSRegions.py:223
Methodinitialize
(self, training=True, force_load_plans=False)
nnunet/training/network_training/competitions_with_custom_Trainers/BraTS2020/nnUNetTrainerV2BraTSRegions_moreDA.py:57
Methodinitialize_network
initialize self.network here :return:
nnunet/training/network_training/network_trainer.py:324
Methodinitialize_network
(self)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_lReLU_biasInSegOutput.py:23
Methodinitialize_network
(self)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_ReLU_biasInSegOutput.py:23
Methodinitialize_network
changed deep supervision to False :return:
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_FRN.py:27
Methodinitialize_network
(self)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_3ConvPerStage_samefilters.py:23
Methodinitialize_network
(self)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_LReLU_slope_2en1.py:23
Methodinitialize_network
(self)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_ResencUNet_DA3.py:28
Methodinitialize_network
(self)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_ReLU_convReLUIN.py:23
Methodinitialize_network
(self)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_3ConvPerStage.py:23
Methodinitialize_network
- momentum 0.99 - SGD instead of Adam - self.lr_scheduler = None because we do poly_lr - deep supervision = True
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_allConv3x3.py:23
Methodinitialize_network
- momentum 0.99 - SGD instead of Adam - self.lr_scheduler = None because we do poly_lr - deep supervision = True
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_GeLU.py:39
Methodinitialize_network
(self)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_ResencUNet.py:26
Methodinitialize_network
(self)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_lReLU_convlReLUIN.py:23
Methodinitialize_network
(self)
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_ResencUNet_DA3_BN.py:25
← previousnext →601–700 of 895, ranked by callers