Instructions to use ArturStepanenko/pythonV6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use ArturStepanenko/pythonV6 with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://ArturStepanenko/pythonV6") - Notebooks
- Google Colab
- Kaggle
Commit ·
14a0d46
1
Parent(s): effe225
addition of model and learning code :^)
Browse files- pythonV6.ipynb +0 -0
- saved_model.pb +3 -0
pythonV6.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
saved_model.pb
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a75fc6cf883742718404bba1def7d6a40e84ae421d82282fbebd1749b078f7e1
|
| 3 |
+
size 279681
|