Instructions to use nwirandx/medicalnet-resnet3d50-23datasets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nwirandx/medicalnet-resnet3d50-23datasets with Transformers:
# Load model directly from transformers import ResNet3D50ForImageClassification model = ResNet3D50ForImageClassification.from_pretrained("nwirandx/medicalnet-resnet3d50-23datasets", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K