Instructions to use Taki3d/CrackDetectionLowRes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Taki3d/CrackDetectionLowRes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Taki3d/CrackDetectionLowRes") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Taki3d/CrackDetectionLowRes") model = AutoModelForImageClassification.from_pretrained("Taki3d/CrackDetectionLowRes") - Notebooks
- Google Colab
- Kaggle
File size: 154 Bytes
4c2ab7e | 1 2 3 4 5 6 7 | {
"epoch": 5.0,
"train_loss": 0.0,
"train_runtime": 0.7379,
"train_samples_per_second": 51580.17,
"train_steps_per_second": 6450.909
} |