tutorials
tutorials copied to clipboard
MONAI Tutorials
**Describe the bug** While running the [breast density federated learning challenge code ](https://github.com/Project-MONAI/tutorials/tree/main/federated_learning/breast_density_challenge) with 3 clients, I get the following error in 2 of the clients (random clients at each...
**Is your feature request related to a problem? Please describe.** I am looking for a tutorial for superresolution models with MONAI. That is models that can learn the mapping between...
Figured out a solution. In this [line,](https://github.com/Project-MONAI/tutorials/blob/dbe80bdc364f6aaee49b1c8b16cb7e8af76f72de/self_supervised_pretraining/ssl_script_train.py#L128) the argument parsed into the definition of contrastive loss have 'batch_size=batch_size*2'. However, in the function, the batch size has been multiplied again. The...
Hi team, Thank you for your all supports. It's been awhile that I am using Monai for our multi-modal image segmentation (DynUNet 3D). Recently after fixing many issues, I was...
Signed-off-by: Mingxin Zheng ### Description This is a placeholder + readme that shows the target usage of upcoming MONAI auto3D package ### Status Work in progress ### Checks - [...
Signed-off-by: mersad95zd Fixes # . ### Description This PR contains a demo to perform training/validation with U-Net for accelerated MRI reconstruction. ### Status **Ready** ### Checks - [x] Notebook runs...
Suggestions from Kirby: It would be helpful to allow people to obtain some of the basic info (patients/modalities/body parts) about the Collections via the notebook. This would let people get...
**Describe the bug** would be great to clarify the requirements in the readme or in the notebooks
**Is your feature request related to a problem? Please describe.** This is to track the compatibility tests for all the tutorials. (For the previous versions of the repo for MONAI...
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Add support for 3D/2D mobile net , mobile nets might be a good choice...