Instructions to use darragh/swinunetr-btcv-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use darragh/swinunetr-btcv-small with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("darragh/swinunetr-btcv-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 184 Bytes
a486822 | 1 2 3 4 5 6 7 8 | git+https://github.com/Project-MONAI/MONAI#egg.gitmonai@0.8.1+271.g07de215c nibabel==3.1.1 tqdm==4.59.0 einops==0.4.1 tensorboardX==2.1 scipy==1.2.1 imageio==2.8.0 scikit-image==0.17.2 |