Project-MONAI / Project-MONAI/tutorials
Auto3dseg swinunetr Pretrained weight download link not working
@spideyashith is already working on this.
Since Apr 11, 2026.
- Dominant language
- Jupyter Notebook
- Stars
- 2.5k
- Forks
- 803
- Avg merge
- 6d 22h
- Merged PRs (30d)
- 3
Description
Describe the bug
I am trying to reproduce the Auto3dseg helloworld tutorial, the pretrained weights for the swinunetr seems to be broken. I have tried it with 2 different systems and also tried to download the .pt file using wget command.
To Reproduce
Steps to reproduce the behavior:
Follow the helloworld tutorial for auto3dseg
Expected behavior
Down load from https://api.ngc.nvidia.com/v2/models/nvidia/monaihosting/swin_unetr_pretrained/versions/1.0/files/swin_unetr.base_5000ep_f48_lr2e-4_pretrained.pt seems to be failing. I even tried wget but still fails. Is there an updated link that needs to be changed?
Screenshots
Environment (please complete the following information):
- OS :Linux
- Python version: 3.12
- MONAI version [e.g. git commit hash]: 1.3.2
- CUDA/cuDNN version: 12.1
- GPU models and configuration: V100
Additional context
Add any other context about the problem here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.