-
pythonic API to set initial weights of a model from a model zoo item
for example, loading from existing bundle:
```py
my_model = monai.networks.net.SwinUNETR(...)
load_state_dict(my_model, weig…
-
File "/home/wu/.conda/envs/nnUNet/lib/python3.9/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "/home/wu/wyc/nnUNet/nnunetv2/tr…
-
Thanks for the great jobs.
Is it any specific script to reproduce the results of the universal model in Table 3?
-
The following error occurs when I use my own dataset for training. Can you please tell me what is causing it?
![image](https://github.com/WuJunde/Medical-SAM-Adapter/assets/77189526/ab936b15-c6b8-4c4…
-
Excuse me! Can I provide the BTCV dataset and trainer file?
-
**Please use MONAI's Discussions tab**
For questions relating to MONAI usage, please do not create an issue.
Instead, use [MONAI's GitHub Discussions tab](https://github.com/Project-MONAI/MONAI/di…
-
**Is your feature request related to a problem? Please describe.**
After reading the original paper on visual transformers (link below), they seem to excel when trained over large datasets.
That mak…
-
**Describe the bug**
In the provided model_swinvit.pt, there are not "swinVit" in the weight kyes of swinVit model.
After state_dict[key.replace("module.", "")] = state_dict.pop(key), the state_d…
-
**Is this a bug report or feature request?**
* Bug Report
**Deviation from expected behavior:**
On Upgrading the Rook Version from one Patch 1.12.6 to 1.12.11 with the official guide, then al…
-
Hello, Many thanks for this great framework.
I am working on a master thesis using nnU-net. If you prefer I post my question in an existing issue like fine tuning please let me know.
Is there a g…