Instructions to use nomanabdullah2025/PoxeptionNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use nomanabdullah2025/PoxeptionNet with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://nomanabdullah2025/PoxeptionNet") - Notebooks
- Google Colab
- Kaggle
Create config.json
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"keras_version": "3.0.0",
|
| 3 |
+
"backend": "tensorflow",
|
| 4 |
+
"model_name": "hybrid_xception_effnet",
|
| 5 |
+
"format": "keras"
|
| 6 |
+
}
|