Instructions to use lederyou/bacteria-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use lederyou/bacteria-classifier with timm:
import timm model = timm.create_model("hf_hub:lederyou/bacteria-classifier", pretrained=True) - Notebooks
- Google Colab
- Kaggle
File size: 196 Bytes
663a2fa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"model_name": "efficientnet_b0",
"num_classes": 20,
"image_size": 224,
"normalize_mean": [
0.485,
0.456,
0.406
],
"normalize_std": [
0.229,
0.224,
0.225
]
} |