Instructions to use Yukin3/TPnet-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use Yukin3/TPnet-small with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Yukin3/TPnet-small") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
# TPnet-small
|
| 5 |
|
|
@@ -51,5 +53,4 @@ y_pred = model.predict(X_test) # X_test must be scaled [n_samples, 20]
|
|
| 51 |
|
| 52 |
## Authors
|
| 53 |
|
| 54 |
-
- Created by [@Yukin3](https://github.com/Yukin3)
|
| 55 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
---
|
| 6 |
# TPnet-small
|
| 7 |
|
|
|
|
| 53 |
|
| 54 |
## Authors
|
| 55 |
|
| 56 |
+
- Created by [@Yukin3](https://github.com/Yukin3)
|
|
|