MCPcopy Create free account

hub / github.com/YaoZhang93/MAML / functions

Functions895 in github.com/YaoZhang93/MAML

↓ 1 callersFunctionmain
()
nnunet/experiment_planning/nnUNet_plan_and_preprocess.py:29
↓ 1 callersFunctionmain
()
nnunet/inference/ensemble_predictions.py:98
↓ 1 callersFunctionmain
()
nnunet/inference/predict_simple.py:25
↓ 1 callersFunctionmain
()
nnunet/evaluation/model_selection/figure_out_what_to_submit.py:47
↓ 1 callersFunctionmain
()
nnunet/run/run_training.py:31
↓ 1 callersFunctionmain
()
nnunet/run/run_training_DP.py:27
↓ 1 callersFunctionmain
()
nnunet/run/run_training_DDP.py:29
↓ 1 callersMethodmanage_patience
(self)
nnunet/training/network_training/network_trainer.py:553
↓ 1 callersMethodmaybe_save_checkpoint
Saves a checkpoint every save_ever epochs. :return:
nnunet/training/network_training/network_trainer.py:516
↓ 1 callersMethodmaybe_update_lr
(self)
nnunet/training/network_training/network_trainer.py:504
↓ 1 callersMethodmaybe_update_lr
if epoch is not None we overwrite epoch. Else we use epoch = self.epoch + 1 (maybe_update_lr is called in on_epoch_end which is call
nnunet/training/network_training/nnUNetTrainerV2.py:391
↓ 1 callersMethodmaybe_update_lr
if epoch is not None we overwrite epoch. Else we use epoch = self.epoch + 1 (maybe_update_lr is called in on_epoch_end which is call
nnunet/training/network_training/nnUNetLightTrainerV2.py:391
↓ 1 callersFunctionmean_tensor
(inp, axes, keepdim=False)
nnunet/utilities/tensor_utilities.py:31
↓ 1 callersFunctionmultiprocessing_plot_overlay
(list_of_image_files, list_of_seg_files, list_of_output_files, overlay_intensity,
nnunet/utilities/overlay_plots.py:127
↓ 1 callersFunctionmultiprocessing_plot_overlay_preprocessed
(list_of_case_files, list_of_output_files, overlay_intensity, num_processes=8
nnunet/utilities/overlay_plots.py:138
↓ 1 callersMethodon_epoch_end
overwrite patient-based early stopping. Always run to 1000 epochs :return:
nnunet/training/network_training/MAMLTrainerV2.py:422
↓ 1 callersMethodon_epoch_end
(self)
nnunet/training/network_training/network_trainer.py:605
↓ 1 callersMethodplot_network_architecture
can be implemented (see nnUNetTrainer) but does not have to. Not implemented here because it imposes stronger assumptions on the pres
nnunet/training/network_training/network_trainer.py:406
↓ 1 callersMethodplot_network_architecture
(self)
nnunet/training/network_training/nnUNetTrainer.py:274
↓ 1 callersMethodplot_progress
Should probably by improved :return:
nnunet/training/network_training/network_trainer.py:187
↓ 1 callersFunctionpredict_cases
:param segmentation_export_kwargs: :param model: folder where the model is saved, must contain fold_x subfolders :param list_of_lists: [[
nnunet/inference/predict.py:131
↓ 1 callersFunctionpredict_cases_fast
(model, list_of_lists, output_filenames, folds, num_threads_preprocessing, num_threads_
nnunet/inference/predict.py:295
↓ 1 callersFunctionpredict_cases_fastest
(model, list_of_lists, output_filenames, folds, num_threads_preprocessing, num_threa
nnunet/inference/predict.py:443
↓ 1 callersMethodpredict_preprocessed_data_return_seg_and_softmax
(self, data: np.ndarray, do_mirroring: bool = True, m
nnunet/training/network_training/nnUNetTrainerV2_DDP.py:598
↓ 1 callersFunctionprepare_task
(base, task_id, task_name, spacing)
nnunet/dataset_conversion/Task075_Fluo_C3DH_A549_ManAndSim.py:38
↓ 1 callersFunctionprepare_task
(base, task_id, task_name, spacing, border_thickness: float = 15, processes: int = 16)
nnunet/dataset_conversion/Task076_Fluo_N3DH_SIM.py:76
↓ 1 callersFunctionprepare_task
(base, task_id, task_name, spacing, border_thickness: float = 15)
nnunet/dataset_conversion/Task089_Fluo-N2DH-SIM.py:68
↓ 1 callersMethodpreprocess_test_case
(self, data_files, target_spacing, seg_file=None, force_separate_z=None)
nnunet/preprocessing/preprocessing.py:310
↓ 1 callersFunctionpretent_to_be_nnUNetTrainer
changes best checkpoint pickle nnunettrainer class name to nnUNetTrainer :param experiments: :return:
nnunet/dataset_conversion/Task040_KiTS.py:147
↓ 1 callersFunctionprint_license_warning
()
nnunet/inference/pretrained_models/download_pretrained_model.py:305
↓ 1 callersFunctionprint_unique_labels_and_their_volumes
(image: str, print_only_if_vol_smaller_than: float = None)
nnunet/dataset_conversion/Task056_VerSe2019.py:90
↓ 1 callersMethodprocess_plans
(self, plans)
nnunet/training/network_training/nnUNetTrainerCascadeFullRes.py:86
↓ 1 callersMethodprocess_plans
(self, plans)
nnunet/training/network_training/nnUNetTrainerV2_DDP.py:130
↓ 1 callersMethodprocess_plans
(self, plans)
nnunet/training/network_training/nnUNetTrainerV2_DP.py:51
↓ 1 callersMethodprocess_plans
(self, plans)
nnunet/training/network_training/nnUNetTrainerV2_CascadeFullRes.py:91
↓ 1 callersMethodprocess_plans
(self, plans)
nnunet/training/network_training/competitions_with_custom_Trainers/BraTS2020/nnUNetTrainerV2BraTSRegions.py:211
↓ 1 callersMethodprocess_plans
(self, plans)
nnunet/training/network_training/competitions_with_custom_Trainers/BraTS2020/nnUNetTrainerV2BraTSRegions_moreDA.py:45
↓ 1 callersFunctionrecall
TP / (TP + FN)
nnunet/evaluation/metrics.py:177
↓ 1 callersFunctionrecursive_delete_npz
(current_directory: str)
nnunet/utilities/recursive_delete_npz.py:21
↓ 1 callersFunctionremove_all_but_the_largest_connected_component
removes all but the largest connected component, individually for each class :param image: :param for_which_classes: can be None. Should
nnunet/postprocessing/connected_components.py:48
↓ 1 callersFunctionrename_files
(folder)
nnunet/dataset_conversion/Task035_ISBI_MSLesionSegmentationChallenge.py:57
↓ 1 callersFunctionreset_trainerName
(base, folds=(0, 1, 2, 3, 4))
nnunet/dataset_conversion/Task040_KiTS.py:162
↓ 1 callersMethodrun_cropping
also copied ground truth nifti segmentation into the preprocessed folder so that we can use them for evaluation on the cluster
nnunet/preprocessing/cropping.py:181
↓ 1 callersMethodrun_online_evaluation
(self, output, target)
nnunet/training/network_training/nnUNetTrainerV2_DDP.py:282
↓ 1 callersMethodrun_online_evaluation
due to deep supervision the return value and the reference are now lists of tensors. We only need the full resolution output because
nnunet/training/network_training/MAMLTrainerV2.py:177
↓ 1 callersMethodrun_online_evaluation
Can be implemented, does not have to :param output_torch: :param target_npy: :return:
nnunet/training/network_training/network_trainer.py:667
↓ 1 callersMethodrun_online_evaluation
due to deep supervision the return value and the reference are now lists of tensors. We only need the full resolution output because
nnunet/training/network_training/nnUNetTrainerV2.py:170
↓ 1 callersMethodrun_online_evaluation
due to deep supervision the return value and the reference are now lists of tensors. We only need the full resolution output because
nnunet/training/network_training/nnUNetLightTrainerV2.py:170
↓ 1 callersMethodrun_online_evaluation
(self, output, target)
nnunet/training/network_training/nnUNet_variants/benchmarking/nnUNetTrainerV2_2epochs.py:145
↓ 1 callersMethodrun_online_evaluation
(self, tp, fp, fn)
nnunet/training/network_training/competitions_with_custom_Trainers/BraTS2020/nnUNetTrainerV2BraTSRegions.py:414
↓ 1 callersMethodsave_checkpoint
(self, fname, save_optimizer=True)
nnunet/training/network_training/nnUNetTrainerV2_DDP.py:118
↓ 1 callersMethodsave_checkpoint
(self, fname, save_optimizer=True)
nnunet/training/network_training/nnUNet_variants/benchmarking/nnUNetTrainerV2_2epochs.py:48
↓ 1 callersMethodset_batch_size_and_oversample
(self)
nnunet/training/network_training/nnUNetTrainerV2_DDP.py:74
↓ 1 callersMethodset_reference
(self, reference)
nnunet/evaluation/metrics.py:46
↓ 1 callersMethodset_test
(self, test)
nnunet/evaluation/metrics.py:41
↓ 1 callersMethodsetup_DA_params
(self)
nnunet/training/network_training/nnUNetTrainerV2_DP.py:47
↓ 1 callersMethodsetup_DA_params
(self)
nnunet/training/network_training/nnUNetTrainerV2_CascadeFullRes.py:95
↓ 1 callersMethodsetup_DA_params
- we increase roation angle from [-15, 15] to [-30, 30] - scale range is now (0.7, 1.4), was (0.85, 1.25) - we don't do elast
nnunet/training/network_training/nnUNetTrainerV2.py:339
↓ 1 callersMethodsetup_DA_params
- we increase roation angle from [-15, 15] to [-30, 30] - scale range is now (0.7, 1.4), was (0.85, 1.25) - we don't do elast
nnunet/training/network_training/nnUNetLightTrainerV2.py:339
↓ 1 callersMethodsetup_DA_params
(self)
nnunet/training/network_training/nnUNetTrainer.py:153
↓ 1 callersMethodsetup_DA_params
(self)
nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_insaneDA.py:29
↓ 1 callersMethodsetup_DA_params
(self)
nnunet/training/network_training/nnUNet_variants/data_augmentation/nnUNetTrainerV2_noDA.py:27
↓ 1 callersMethodsetup_DA_params
we leave out the creation of self.deep_supervision_scales, so it remains None :return:
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_noDeepSupervision.py:40
↓ 1 callersMethodsetup_DA_params
net_num_pool_op_kernel_sizes is different in resunet
nnunet/training/network_training/nnUNet_variants/architectural_variants/nnUNetTrainerV2_ResencUNet.py:47
↓ 1 callersFunctionsplit_4d_nii
(nii_path, split_folder, pat_name=None, add_zeros=False)
nnunet/dataset_conversion/Task114_heart_MNMs.py:135
↓ 1 callersFunctionsummarize
(tasks, models=('2d', '3d_lowres', '3d_fullres', '3d_cascade_fullres'), output_dir=join(network_
nnunet/evaluation/model_selection/summarize_results_in_one_json.py:22
↓ 1 callersFunctionsummarize_plans
(file)
nnunet/experiment_planning/summarize_plans.py:20
↓ 1 callersFunctionsummarize_validation_set_predictions
(base)
nnunet/dataset_conversion/Task082_BraTS_2020.py:271
↓ 1 callersMethodto_array
Return result as numpy array (labels x metrics).
nnunet/evaluation/evaluator.py:233
↓ 1 callersMethodupdate_eval_criterion_MA
If self.all_val_eval_metrics is unused (len=0) then we fall back to using -self.all_val_losses for the MA to determine early stopping
nnunet/training/network_training/network_trainer.py:528
↓ 1 callersMethodvalidate
disable nnunet postprocessing. this would just waste computation time and does not benefit brats !!!We run this with use_sliding_win
nnunet/training/network_training/nnUNet_variants/miscellaneous/nnUNetTrainerV2_fullEvals.py:43
↓ 1 callersMethodvalidate
(self, do_mirroring: bool = True, use_sliding_window: bool = True, step_size: int = 0.5, save
nnunet/training/network_training/competitions_with_custom_Trainers/BraTS2020/nnUNetTrainerV2BraTSRegions.py:155
↓ 1 callersFunctionverify_all_same_orientation
This should run after cropping :param folder: :return:
nnunet/preprocessing/sanity_checks.py:25
↓ 1 callersFunctionverify_dataset_integrity
folder needs the imagesTr, imagesTs and labelsTr subfolders. There also needs to be a dataset.json checks if all training cases and labels ar
nnunet/preprocessing/sanity_checks.py:90
↓ 1 callersFunctionwrite_plans_to_file
(f, plans_file)
nnunet/experiment_planning/summarize_plans.py:37
↓ 1 callersFunctionwrite_plans_to_file
(f, plans_file, stage=0, do_linebreak_at_end=True, override_name=None)
nnunet/evaluation/model_selection/summarize_results_with_plans.py:30
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/pyramid_augmentations.py:40
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/pyramid_augmentations.py:79
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/pyramid_augmentations.py:112
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/pyramid_augmentations.py:165
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/downsampling.py:40
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/downsampling.py:81
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/custom_transforms.py:23
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/custom_transforms.py:46
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/custom_transforms.py:84
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/custom_transforms.py:92
Method__call__
(self, **data_dict)
nnunet/training/data_augmentation/custom_transforms.py:110
Method__call__
(self, module)
nnunet/network_architecture/initialization.py:23
Method__call__
(self, module)
nnunet/network_architecture/initialization.py:34
Method__enter__
(self)
nnunet/utilities/random_stuff.py:17
Method__exit__
(self, *args)
nnunet/utilities/random_stuff.py:20
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
nnunet/experiment_planning/experiment_planner_baseline_3DUNet_v21.py:31
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
nnunet/experiment_planning/experiment_planner_baseline_3DUNet.py:33
Method__init__
:param folder_with_cropped_data: :param overwrite: If True then precomputed values will not be used and instead recomputed from the d
nnunet/experiment_planning/DatasetAnalyzer.py:28
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
nnunet/experiment_planning/experiment_planner_baseline_2DUNet_v21.py:24
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
nnunet/experiment_planning/experiment_planner_baseline_2DUNet.py:33
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_3convperstage.py:32
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_residual_3DUNet_v21.py:27
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder)
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_baseline_3DUNet_v21_11GB.py:29
Method__init__
(self, folder_with_cropped_data, preprocessed_output_folder, pretrained_model_plans_file: str,
nnunet/experiment_planning/alternative_experiment_planning/experiment_planner_pretrained.py:21
← previousnext →301–400 of 895, ranked by callers