-
When selecting `EfficientNetB0` as model, the training throws the following error:
```
[07:11:28.777149] Training configuration finished.
[07:11:28.786321] Date: 2024-02-05 07:11:28
[07:11:28.78…
-
Dear authors,
Thank you for your excellent work on this project and for providing pretrained weights for each backbone.
Currently, it's unclear how to load the provided pretrained weights succ…
-
Hi, are the results obtained in the paper on the BraTs dataset the test results of a certain fold or the results after a five fold cross validation?
Thank you for your reply
-
Hello, when I run the script run_training.py, this happens, what is going on? path is ok
![image](https://user-images.githubusercontent.com/26375536/223343817-4575abd0-ff27-49aa-8b31-aaf483d83ae0.png…
-
**Describe the bug**
These are lines of code produced in the PatchMerging layer of SwinUNETR.
https://github.com/Project-MONAI/MONAI/blob/01a0ee1cc2c6f97b690cd0c04222d60d01198df7/monai/networks/ne…
-
Disturbed the author!
Thank you for making your code public. Can you introduce the preprocessing process of the ACDC dataset?
-
How did you conduct transfer experiments on UNETR? Did you replace all the encoders (encoder1-encoder4)? When fine-tuning the pre-trained ViT encoder in SAM-Med3D, is the size of the input image still…
-
**Describe the bug**
MONAI Label server is giving the following error when "brats_mri_segmentation_v0.2.1" is used for brain tumor segmentation.
**RuntimeError: Given groups=1, weight of size [16,…
-
### 问题确认 Search before asking
- [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleSeg/issues)(包括open与closed),没有发现相似的bug。I have searched the [open and closed issues](https://github.com/PaddlePa…
-
Hello,
I wanted to apply layer norm for model swin_unetr by setting norm_name='layer', but I got errors TypeError: LayerNorm.__init__() missing 1 required positional argument: 'normalized_shape'.
…