Instructions to use issatingzon/cnn-roof_type-efficientnetb0-RGB_DOM_LCA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use issatingzon/cnn-roof_type-efficientnetb0-RGB_DOM_LCA with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("issatingzon/cnn-roof_type-efficientnetb0-RGB_DOM_LCA", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Push model using huggingface_hub.
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -2,6 +2,5 @@
|
|
| 2 |
"model_type": "efficientnetb0",
|
| 3 |
"n_classes": 4,
|
| 4 |
"mode": "RGB",
|
| 5 |
-
"dropout": null
|
| 6 |
-
"model_file": "../exp/cnn-roof_type-efficientnetb0-RGB_DOM_LCA\\cnn-roof_type-efficientnetb0-RGB_DOM_LCA.pth"
|
| 7 |
}
|
|
|
|
| 2 |
"model_type": "efficientnetb0",
|
| 3 |
"n_classes": 4,
|
| 4 |
"mode": "RGB",
|
| 5 |
+
"dropout": null
|
|
|
|
| 6 |
}
|