Instructions to use JaviSwift/cifar10_simple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use JaviSwift/cifar10_simple with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://JaviSwift/cifar10_simple") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,6 @@ language:
|
|
| 4 |
---
|
| 5 |
# Simple Object Detection App
|
| 6 |
|
| 7 |
-
Convolution Network trained with CIFER-10 data set.
|
| 8 |
-
|
| 9 |
-
Accuracy: 0.7875
|
| 10 |
Loss: 0.6094
|
|
|
|
| 4 |
---
|
| 5 |
# Simple Object Detection App
|
| 6 |
|
| 7 |
+
Convolution Network trained with CIFER-10 data set.
|
| 8 |
+
Accuracy: 0.7875
|
|
|
|
| 9 |
Loss: 0.6094
|