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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
khu3086
/
surprise-backend
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
surprise-backend
860 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
khu
Calibrate verdict thresholds to trained model's actual output range
94e1f76 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • .gitignore
    93 Bytes
    Initial backend deployment 4 months ago
  • Dockerfile
    536 Bytes
    Fix: use libgl1 instead of obsolete libgl1-mesa-glx 4 months ago
  • README.md
    887 Bytes
    Initial backend deployment 4 months ago
  • config.py
    2.08 kB
    Calibrate verdict thresholds to trained model's actual output range 4 months ago
  • inference.py
    7.07 kB
    Integrate trained LeWM model: real inference, model architecture, checkpoint, torch deps 4 months ago
  • lewm_hmdb51_earlystop.pt

    Detected Pickle imports (7)

    • "numpy._core.multiarray.scalar",
    • "torch.LongStorage",
    • "numpy.dtype",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "_codecs.encode",
    • "torch.FloatStorage"

    How to fix it?

    838 kB
    xet
    Integrate trained LeWM model: real inference, model architecture, checkpoint, torch deps 4 months ago
  • models.py
    1.7 kB
    Integrate trained LeWM model: real inference, model architecture, checkpoint, torch deps 4 months ago
  • requirements.txt
    195 Bytes
    Integrate trained LeWM model: real inference, model architecture, checkpoint, torch deps 4 months ago
  • server.py
    5.44 kB
    Initial backend deployment 4 months ago
  • video_utils.py
    2.36 kB
    Initial backend deployment 4 months ago