Instructions to use active-learning/mnist_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use active-learning/mnist_classifier with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://active-learning/mnist_classifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
4d5325c
1
Parent(s): 4a49b14
Push Keras model using huggingface_hub.
Browse files- fingerprint.pb +2 -2
- variables/variables.data-00000-of-00001 +0 -0
- variables/variables.index +0 -0
fingerprint.pb
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:0f93a8e8c67e303aac84a01100daa422673947d93b3f0a09f7871e1960787444
|
| 3 |
+
size 57
|
variables/variables.data-00000-of-00001
CHANGED
|
Binary files a/variables/variables.data-00000-of-00001 and b/variables/variables.data-00000-of-00001 differ
|
|
|
variables/variables.index
CHANGED
|
Binary files a/variables/variables.index and b/variables/variables.index differ
|
|
|