Instructions to use fpsandnoob/mae-vit-base-patch32-224-ct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fpsandnoob/mae-vit-base-patch32-224-ct with Transformers:
# Load model directly from transformers import AutoImageProcessor, AutoModelForPreTraining processor = AutoImageProcessor.from_pretrained("fpsandnoob/mae-vit-base-patch32-224-ct") model = AutoModelForPreTraining.from_pretrained("fpsandnoob/mae-vit-base-patch32-224-ct") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened about 1 year ago
by
SFconvertbot