Instructions to use GiladtheFixer/my_Mnist_Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use GiladtheFixer/my_Mnist_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://GiladtheFixer/my_Mnist_Model") - Notebooks
- Google Colab
- Kaggle
Upload mnist_model.keras with huggingface_hub
Browse files- mnist_model.keras +2 -2
mnist_model.keras
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b37ad0070a769b922c5dd80bdb68f7352f140481b0c1dc8ac5854b7cf737e01
|
| 3 |
+
size 5645439
|