Instructions to use STSP/CT_Test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use STSP/CT_Test with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("STSP/CT_Test") - Keras
How to use STSP/CT_Test with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://STSP/CT_Test") - Notebooks
- Google Colab
- Kaggle
Sanson Poon commited on
Commit ·
b264cbd
1
Parent(s): 2ae5c43
Added large file
Browse files
variables/variables.data-00000-of-00001
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddfe4aedce703c28db1892f86894b4258a5434f15f6a50796dd36ab6036648a8
|
| 3 |
+
size 132730361
|