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
|
@@ -2,6 +2,12 @@
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# TPnet-small
|
| 7 |
|
|
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
pipeline_tag: tabular-classification
|
| 6 |
+
library_name: keras
|
| 7 |
+
tags:
|
| 8 |
+
- tabular-classification
|
| 9 |
+
- traffic
|
| 10 |
+
- keras
|
| 11 |
---
|
| 12 |
# TPnet-small
|
| 13 |
|