Instructions to use semon87/poutry_efficientnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use semon87/poutry_efficientnet with timm:
import timm model = timm.create_model("hf_hub:semon87/poutry_efficientnet", pretrained=True) - Notebooks
- Google Colab
- Kaggle
| {"architecture": "efficientnet_b0", "num_classes": 4, "id2label": {"0": "Salmonella", "1": "healthy", "2": "Newcastle", "3": "Coccidiosis"}, "label2id": {"Salmonella": 0, "healthy": 1, "Newcastle": 2, "Coccidiosis": 3}} |