MCPcopy Create free account

hub / github.com/YaoZhang93/MAML / types & classes

Types & classes208 in github.com/YaoZhang93/MAML

↓ 35 callersClassInitWeights_He
nnunet/network_architecture/initialization.py:19
↓ 23 callersClassGeneric_UNet
nnunet/network_architecture/generic_UNet.py:167
↓ 16 callersClassConfusionMatrix
nnunet/evaluation/metrics.py:25
↓ 13 callersClassDataLoader3D
nnunet/training/dataloading/dataset_loading.py:155
↓ 10 callersClassConvertSegmentationToRegionsTransform
nnunet/training/data_augmentation/custom_transforms.py:96
↓ 10 callersClassMultipleOutputLoss2
nnunet/training/loss_functions/deep_supervision.py:19
↓ 8 callersClassDC_and_CE_loss
nnunet/training/loss_functions/dice_loss.py:304
↓ 8 callersClassDownsampleSegForDSTransform2
data_dict['output_key'] will be a list of segmentations scaled according to ds_scales
nnunet/training/data_augmentation/downsampling.py:70
↓ 8 callersClassDownsampleSegForDSTransform3
returns one hot encodings of the segmentation maps if downsampling has occured (no one hot for highest resolution) downsampled segmentations
nnunet/training/data_augmentation/downsampling.py:23
↓ 8 callersClassMoveSegAsOneHotToData
nnunet/training/data_augmentation/pyramid_augmentations.py:71
↓ 8 callersClassRobustCrossEntropyLoss
this is just a compatibility layer because my target tensor is float and has an extra dimension
nnunet/training/loss_functions/crossentropy.py:4
↓ 7 callersClassDataLoader2D
nnunet/training/dataloading/dataset_loading.py:382
↓ 6 callersClassSoftDiceLoss
nnunet/training/loss_functions/dice_loss.py:158
↓ 5 callersClassDC_and_BCE_loss
nnunet/training/loss_functions/dice_loss.py:364
↓ 5 callersClassFabiansUNet
Residual Encoder, Plain conv decoder
nnunet/network_architecture/generic_modular_residual_UNet.py:305
↓ 5 callersClassStackedConvLayers
nnunet/network_architecture/generic_UNet.py:79
↓ 5 callersClassStackedConvLayers
nnunet/network_architecture/generic_MAML.py:79
↓ 4 callersClassApplyRandomBinaryOperatorTransform
nnunet/training/data_augmentation/pyramid_augmentations.py:96
↓ 4 callersClassConvert2DTo3DTransform
nnunet/training/data_augmentation/custom_transforms.py:88
↓ 4 callersClassConvert3DTo2DTransform
nnunet/training/data_augmentation/custom_transforms.py:80
↓ 4 callersClassMaskTransform
nnunet/training/data_augmentation/custom_transforms.py:28
↓ 4 callersClassRemoveRandomConnectedComponentFromOneHotEncodingTransform
nnunet/training/data_augmentation/pyramid_augmentations.py:23
↓ 4 callersClassUpsample
nnunet/network_architecture/generic_UNet.py:154
↓ 3 callersClassDatasetAnalyzer
nnunet/experiment_planning/DatasetAnalyzer.py:27
↓ 3 callersClassIdentity
nnunet/network_architecture/custom_modules/helperModules.py:19
↓ 3 callersClassRanger
nnunet/training/optimizer/ranger.py:11
↓ 3 callersClassSoftDiceLossSquared
nnunet/training/loss_functions/dice_loss.py:245
↓ 2 callersClassConvDropoutNormReLU
nnunet/network_architecture/custom_modules/conv_blocks.py:21
↓ 2 callersClassExperimentPlanner
nnunet/experiment_planning/experiment_planner_baseline_3DUNet.py:32
↓ 2 callersClassMCCLoss
nnunet/training/loss_functions/dice_loss.py:197
↓ 2 callersClassPlainConvUNetDecoder
nnunet/network_architecture/generic_modular_UNet.py:184
↓ 2 callersClassResidualLayer
nnunet/network_architecture/custom_modules/conv_blocks.py:214
↓ 2 callersClassResidualUNetEncoder
nnunet/network_architecture/generic_modular_residual_UNet.py:28
↓ 2 callersClassStackedConvLayers
nnunet/network_architecture/custom_modules/conv_blocks.py:58
↓ 2 callersClassTopKLoss
Network has to have NO LINEARITY!
nnunet/training/loss_functions/TopK_loss.py:20
↓ 2 callersClassUpsample
nnunet/network_architecture/generic_MAML.py:154
↓ 1 callersClassDC_and_topk_loss
nnunet/training/loss_functions/dice_loss.py:409
↓ 1 callersClassExperimentPlanner2D
nnunet/experiment_planning/experiment_planner_baseline_2DUNet.py:32
↓ 1 callersClassFRN3D
nnunet/network_architecture/custom_modules/feature_response_normalization.py:23
↓ 1 callersClassFocalLossV2
copy from: https://github.com/Hsuxu/Loss_ToolBox-PyTorch/blob/master/FocalLoss/FocalLoss.py This is a implementation of Focal Loss with smoot
nnunet/training/loss_functions/focal_loss.py:111
↓ 1 callersClassGDL
nnunet/training/loss_functions/dice_loss.py:25
↓ 1 callersClassGDL_and_CE_loss
nnunet/training/loss_functions/dice_loss.py:392
↓ 1 callersClassGeneric_MAML
nnunet/network_architecture/generic_MAML.py:427
↓ 1 callersClassGeneric_UNet
nnunet/network_architecture/generic_MAML.py:167
↓ 1 callersClassGeneric_UNet_DP
nnunet/network_architecture/generic_UNet_DP.py:26
↓ 1 callersClassImageCropper
nnunet/preprocessing/cropping.py:123
↓ 1 callersClassPlainConvUNet
nnunet/network_architecture/generic_modular_UNet.py:318
↓ 1 callersClassPlainConvUNetEncoder
nnunet/network_architecture/generic_modular_UNet.py:82
↓ 1 callersClassResidualUNetDecoder
nnunet/network_architecture/generic_modular_residual_UNet.py:134
ClassApplyRandomBinaryOperatorTransform2
nnunet/training/data_augmentation/pyramid_augmentations.py:139
ClassBasicResidualBlock
nnunet/network_architecture/custom_modules/conv_blocks.py:86
ClassConvDropoutNonlinNorm
nnunet/network_architecture/generic_UNet.py:71
ClassConvDropoutNonlinNorm
nnunet/network_architecture/generic_MAML.py:71
ClassConvDropoutNormNonlin
fixes a bug in ConvDropoutNormNonlin where lrelu was used regardless of nonlin. Bad.
nnunet/network_architecture/generic_UNet.py:26
ClassConvDropoutNormNonlin
fixes a bug in ConvDropoutNormNonlin where lrelu was used regardless of nonlin. Bad.
nnunet/network_architecture/generic_MAML.py:26
ClassEvaluator
Object that holds test and reference segmentations with label information and computes a number of metrics on the two. 'labels' must either be an
nnunet/evaluation/evaluator.py:30
ClassExperimentPlanner2D_v21
nnunet/experiment_planning/experiment_planner_baseline_2DUNet_v21.py:23
ClassExperimentPlanner2D_v21_RGB_scaleTo_0_1
used by tutorial nnunet.tutorials.custom_preprocessing
nnunet/experiment_planning/alternative_experiment_planning/normalization/experiment_planner_2DUNet_v21_RGB_scaleto_0_1.py:20
ClassExperimentPlanner3DFabiansResUNet_v21
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_residual_3DUNet_v21.py:26
ClassExperimentPlanner3D_IsoPatchesInVoxels
patches that are isotropic in the number of voxels (not mm), such as 128x128x128 allow more voxels to be processed at once because we don't h
nnunet/experiment_planning/alternative_experiment_planning/patch_size/experiment_planner_3DUNet_isotropic_in_voxels.py:25
ClassExperimentPlanner3D_v21
Combines ExperimentPlannerPoolBasedOnSpacing and ExperimentPlannerTargetSpacingForAnisoAxis We also increase the base_num_features to 32. Th
nnunet/experiment_planning/experiment_planner_baseline_3DUNet_v21.py:24
ClassExperimentPlanner3D_v21_11GB
Same as ExperimentPlanner3D_v21, but designed to fill a RTX2080 ti (11GB) in fp16
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_11GB.py:25
ClassExperimentPlanner3D_v21_16GB
Same as ExperimentPlanner3D_v21, but designed to fill 16GB in fp16
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_16GB.py:25
ClassExperimentPlanner3D_v21_32GB
Same as ExperimentPlanner3D_v21, but designed to fill a V100 (32GB) in fp16
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_32GB.py:25
ClassExperimentPlanner3D_v21_3cps
have 3x conv-in-lrelu per resolution instead of 2 while remaining in the same memory budget This only works with 3d fullres because we use t
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_3convperstage.py:25
ClassExperimentPlanner3D_v21_Pretrained
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_pretrained.py:20
ClassExperimentPlanner3D_v21_customTargetSpacing_2x2x2
nnunet/experiment_planning/alternative_experiment_planning/target_spacing/experiment_planner_baseline_3DUNet_v21_customTargetSpacing_2x2x2.py:20
ClassExperimentPlanner3D_v21_noResampling
nnunet/experiment_planning/alternative_experiment_planning/target_spacing/experiment_planner_baseline_3DUNet_v21_noResampling.py:23
ClassExperimentPlanner3D_v21_noResampling_16GB
nnunet/experiment_planning/alternative_experiment_planning/target_spacing/experiment_planner_baseline_3DUNet_v21_noResampling.py:121
ClassExperimentPlanner3D_v22
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v22.py:21
ClassExperimentPlanner3D_v23
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v23.py:20
ClassExperimentPlannerAllConv3x3
nnunet/experiment_planning/alternative_experiment_planning/pooling_and_convs/experiment_planner_baseline_3DUNet_allConv3x3.py:24
ClassExperimentPlannerCT2
preprocesses CT data with the "CT2" normalization. (clip range comes from training set and is the 0.5 and 99.5 percentile of intensities in
nnunet/experiment_planning/alternative_experiment_planning/normalization/experiment_planner_3DUNet_CT2.py:22
ClassExperimentPlannerIso
attempts to create patches that have an isotropic size (in mm, not voxels) CAREFUL! this one does not support transpose_forward and tran
nnunet/experiment_planning/alternative_experiment_planning/patch_size/experiment_planner_3DUNet_isotropic_in_mm.py:25
ClassExperimentPlannerPoolBasedOnSpacing
nnunet/experiment_planning/alternative_experiment_planning/pooling_and_convs/experiment_planner_baseline_3DUNet_poolBasedOnSpacing.py:24
ClassExperimentPlannerTargetSpacingForAnisoAxis
nnunet/experiment_planning/alternative_experiment_planning/target_spacing/experiment_planner_baseline_3DUNet_targetSpacingForAnisoAxis.py:20
ClassExperimentPlannernonCT
Preprocesses all data in nonCT mode (this is what we use for MRI per default, but here it is applied to CT images as well)
nnunet/experiment_planning/alternative_experiment_planning/normalization/experiment_planner_3DUNet_nonCT.py:22
ClassFocalLoss
copy from: https://github.com/Hsuxu/Loss_ToolBox-PyTorch/blob/master/FocalLoss/FocalLoss.py This is a implementation of Focal Loss with smoot
nnunet/training/loss_functions/focal_loss.py:23
ClassGeLU
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_GeLU.py:28
ClassGenericPreprocessor
nnunet/preprocessing/preprocessing.py:201
ClassGenericPreprocessor_scale_uint8_to_0_1
For RGB images with a value range of [0, 255]. This preprocessor overwrites the default normalization scheme by normalizing intensity values
nnunet/preprocessing/custom_preprocessors/preprocessor_scale_RGB_to_0_1.py:19
ClassInitWeights_XavierUniform
nnunet/network_architecture/initialization.py:30
ClassMAMLTrainerV2
Info for Fabian: same as internal nnUNetTrainerV2_2
nnunet/training/network_training/MAMLTrainerV2.py:39
ClassMish
nnunet/network_architecture/custom_modules/mish.py:17
ClassMyGroupNorm
nnunet/network_architecture/custom_modules/helperModules.py:27
ClassNetworkTrainer
nnunet/training/network_training/network_trainer.py:42
ClassNeuralNetwork
nnunet/network_architecture/neural_network.py:28
ClassNiftiEvaluator
nnunet/evaluation/evaluator.py:269
ClassPreprocessor3DBetterResampling
This preprocessor always uses force_separate_z=False. It does resampling to the target spacing with third order spline for data (just like Ge
nnunet/preprocessing/preprocessing.py:483
ClassPreprocessor3DDifferentResampling
nnunet/preprocessing/preprocessing.py:399
ClassPreprocessorFor2D
nnunet/preprocessing/preprocessing.py:579
ClassPreprocessorFor2D_noNormalization
nnunet/preprocessing/preprocessing.py:858
ClassPreprocessorFor3D_LeaveOriginalZSpacing
3d_lowres and 3d_fullres are not resampled along z!
nnunet/preprocessing/preprocessing.py:682
ClassPreprocessorFor3D_NoResampling
nnunet/preprocessing/preprocessing.py:776
ClassRemoveKeyTransform
nnunet/training/data_augmentation/custom_transforms.py:19
ClassResidualBottleneckBlock
nnunet/network_architecture/custom_modules/conv_blocks.py:148
ClassResidualUNet
nnunet/network_architecture/generic_modular_residual_UNet.py:263
ClassSegmentationNetwork
nnunet/network_architecture/neural_network.py:48
Classawesome_allgather_function
nnunet/utilities/distributed.py:27
ClassnnUNetLightTrainerV2
Info for Fabian: same as internal nnUNetTrainerV2_2
nnunet/training/network_training/nnUNetLightTrainerV2.py:39
next →1–100 of 208, ranked by callers