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 best_phase2_ema.keras
Browse files- .gitattributes +1 -0
- best_phase2_ema.keras +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ best_phase2.keras filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
best_phase2_swa.keras filter=lfs diff=lfs merge=lfs -text
|
| 38 |
misclassification_examples.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
best_phase1.keras filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
best_phase2_swa.keras filter=lfs diff=lfs merge=lfs -text
|
| 38 |
misclassification_examples.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
best_phase1.keras filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
best_phase2_ema.keras filter=lfs diff=lfs merge=lfs -text
|
best_phase2_ema.keras
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46d0ccaeb3bce91b29d2c0970c53b27bfec8c2078a3dbc70339e1b5af20478f1
|
| 3 |
+
size 102527440
|