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
Upload V16 preprocessor_config.json
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
|
@@ -16,5 +16,5 @@
|
|
| 16 |
"input_name": "input_1",
|
| 17 |
"output_name": "output_1",
|
| 18 |
"input_shape": [1, 320, 320, 3],
|
| 19 |
-
"output_shape": [1,
|
| 20 |
}
|
|
|
|
| 16 |
"input_name": "input_1",
|
| 17 |
"output_name": "output_1",
|
| 18 |
"input_shape": [1, 320, 320, 3],
|
| 19 |
+
"output_shape": [1, 8]
|
| 20 |
}
|