Instructions to use manar21/model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use manar21/model with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://manar21/model") - Notebooks
- Google Colab
- Kaggle
Delete config.json
Browse files- config.json +0 -1
config.json
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
{"input_size": 640, "task": "object-detection", "best_ap": 0.449}
|
|
|
|
|
|