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
Upload model.weights.h5
Browse files- model.weights.h5 +3 -0
model.weights.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9eb7254ffa838f9df7f571c5dbdfe7e6489da27c9a16e4cf6a206a53c31e86ed
|
| 3 |
+
size 2043376
|