Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

STSP
/
CT_Test

Image Classification
TF-Keras
Keras
Model card Files Files and versions
xet
Community
1

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
CT_Test / variables
133 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Sanson Poon
Added large file
b264cbd about 4 years ago
  • variables.data-00000-of-00001
    133 MB
    xet
    Added large file about 4 years ago
  • variables.index
    6 kB
    Added required model files about 4 years ago