Instructions to use SondosM/api_GP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use SondosM/api_GP with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://SondosM/api_GP") - Notebooks
- Google Colab
- Kaggle
Upload 3 files
Browse files- MLP_letters.pkl +3 -0
- MLP_numbers.pkl +3 -0
MLP_letters.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42c172d78f22bde1e35189159c4e3163f3096f5014e9d84bd926414f814c6fd2
|
| 3 |
+
size 6069905
|
MLP_numbers.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c1c02a75f340b6fca5e7e2edad518e1bef1bab616dc21851e61aee375924ac2
|
| 3 |
+
size 1951937
|