Fabian Isensee
Fabian Isensee
Does the expected label file exist?
Any update on this?
Hey, sorry for the late reply. Issues like these are super difficult for me to debug because it only appears on some systems. If there was a code snippet that...
Hey, what's the status here?
Nothing is overwritten and we need no temporary changes because we write to a new target array which is initialized with 0 and we read from the original segmentation. The...
Hey, so all you need to test different architectures is to overwrite build_network_architecture plus any additional changes you'd like to make. Basically what you did is exactly correct. The 'quick...
Hey, thanks for sharing! Three things to be aware of: - do not hard code the patch size in build_network_architecture! Use the given ConfigurationManager to read the patch size nnU-Net...
Hah you are right the signature is ``` def build_network_architecture(architecture_class_name: str, arch_init_kwargs: dict, arch_init_kwargs_req_import: Union[List[str], Tuple[str, ...]], num_input_channels: int, num_output_channels: int, enable_deep_supervision: bool = True) -> nn.Module: ``` I just...
Hey, how are you progressing? Is everything working now?