Image Classification
Keras
LiteRT
TF-Keras
Safetensors
English
efficientnetv2-s
efficientnetv2
fgic
transfer-learning
gem-pooling
focal-loss
swa
grad-cam
calibration
temperature-scaling
computer-vision
tensorflow.js
Eval Results (legacy)
Instructions to use 0xgr3y/Arch-Building-Image-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use 0xgr3y/Arch-Building-Image-Classification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://0xgr3y/Arch-Building-Image-Classification") - Notebooks
- Google Colab
- Kaggle
Fix: model_type densenet121, license apache-2.0, add github
Browse files- config.json +7 -7
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "
|
| 3 |
-
"base_model": "
|
| 4 |
"task": "image-classification",
|
| 5 |
"num_labels": 6,
|
| 6 |
"id2label": {
|
|
@@ -108,10 +108,10 @@
|
|
| 108 |
}
|
| 109 |
},
|
| 110 |
"version": "v15",
|
| 111 |
-
"license": "
|
|
|
|
| 112 |
"author": {
|
| 113 |
-
"name": "
|
| 114 |
-
"email": "
|
| 115 |
-
}
|
| 116 |
-
"dicoding_id": "gani24"
|
| 117 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "densenet121",
|
| 3 |
+
"base_model": "densenet121",
|
| 4 |
"task": "image-classification",
|
| 5 |
"num_labels": 6,
|
| 6 |
"id2label": {
|
|
|
|
| 108 |
}
|
| 109 |
},
|
| 110 |
"version": "v15",
|
| 111 |
+
"license": "apache-2.0",
|
| 112 |
+
"github": "https://github.com/arcxteam/arch-building-classifier",
|
| 113 |
"author": {
|
| 114 |
+
"name": "Gani",
|
| 115 |
+
"email": "team@greyscope.xyz"
|
| 116 |
+
}
|
|
|
|
| 117 |
}
|