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
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ pipeline_tag: image-classification
|
|
| 4 |
tags:
|
| 5 |
- efficientnetv2
|
| 6 |
- fgic
|
|
|
|
| 7 |
- transfer-learning
|
| 8 |
- gem-pooling
|
| 9 |
- focal-loss
|
|
|
|
| 4 |
tags:
|
| 5 |
- efficientnetv2
|
| 6 |
- fgic
|
| 7 |
+
- safetensors
|
| 8 |
- transfer-learning
|
| 9 |
- gem-pooling
|
| 10 |
- focal-loss
|