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

dklee2013
/
rc-column-predictor

Keras
Model card Files Files and versions
xet
Community

Instructions to use dklee2013/rc-column-predictor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use dklee2013/rc-column-predictor with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://dklee2013/rc-column-predictor")
    
  • Notebooks
  • Google Colab
  • Kaggle
rc-column-predictor
48.2 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
DK 이대근
Add TF model and scalers
b37e5a7 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • model0526.keras
    45.1 kB
    Add TF model and scalers 12 months ago
  • sx.save
    767 Bytes
    Add TF model and scalers 12 months ago
  • sy.save
    855 Bytes
    Add TF model and scalers 12 months ago