Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

hacnho
/
keras-separableconv2d-spatial-trigger-poc

Keras
Model card Files Files and versions
xet
Community

Instructions to use hacnho/keras-separableconv2d-spatial-trigger-poc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use hacnho/keras-separableconv2d-spatial-trigger-poc with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://hacnho/keras-separableconv2d-spatial-trigger-poc")
    
  • Notebooks
  • Google Colab
  • Kaggle
keras-separableconv2d-spatial-trigger-poc
39.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
hacnho's picture
hacnho
Upload requirements.txt with huggingface_hub
5b5922c verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    1.36 kB
    Upload README.md with huggingface_hub 2 days ago
  • reproduce.py
    1.1 kB
    Upload reproduce.py with huggingface_hub 2 days ago
  • requirements.txt
    84 Bytes
    Upload requirements.txt with huggingface_hub 2 days ago
  • separableconv2d_spatial_control.keras
    16.8 kB
    Upload separableconv2d_spatial_control.keras with huggingface_hub 2 days ago
  • separableconv2d_spatial_trigger.keras
    16.8 kB
    Upload separableconv2d_spatial_trigger.keras with huggingface_hub 2 days ago
  • verify_remote_poc.py
    1.51 kB
    Upload verify_remote_poc.py with huggingface_hub 2 days ago