BenjaminLi

Results 12 issues of BenjaminLi

Hi, is there a way to extract the nnunet algorithm from the pipeline and train/run it without any of the extra components? In other words, I still want the nnunet...

I am seeking clarification on the `AverageMeter` and metric reduction implementations in [3d_segmentation/swin_unetr_brats21_segmentation_3d.ipynb](https://github.com/Project-MONAI/tutorials/blob/main/3d_segmentation/swin_unetr_brats21_segmentation_3d.ipynb). For instance, here is the `AverageMeter` implementation provided in the [brats swinunetr tutorial](https://github.com/Project-MONAI/tutorials/blob/main/3d_segmentation/swin_unetr_brats21_segmentation_3d.ipynb): ``` class AverageMeter(object): def...