Instructions to use NbAiLab/autocrop-bilder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NbAiLab/autocrop-bilder with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="NbAiLab/autocrop-bilder")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("NbAiLab/autocrop-bilder") model = SegformerForSemanticSegmentation.from_pretrained("NbAiLab/autocrop-bilder") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 50.0, | |
| "total_flos": 7.834996118126592e+17, | |
| "train_loss": 0.05321301036647388, | |
| "train_runtime": 744.0706, | |
| "train_samples_per_second": 60.075, | |
| "train_steps_per_second": 7.526 | |
| } |