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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 1200.0, | |
| "train_loss": 0.47761312031667996, | |
| "train_runtime": 27118.5193, | |
| "train_samples_per_second": 571.314, | |
| "train_steps_per_second": 2.257 | |
| } |