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
| { | |
| "epoch": 5.0, | |
| "eval_accuracy": 0.9940476190476191, | |
| "eval_loss": 0.018311450257897377, | |
| "eval_runtime": 686.6152, | |
| "eval_samples_per_second": 1.957, | |
| "eval_steps_per_second": 0.245, | |
| "train_loss": 0.0, | |
| "train_runtime": 0.7379, | |
| "train_samples_per_second": 51580.17, | |
| "train_steps_per_second": 6450.909 | |
| } |