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

aneforge
/
resnet-50

Image Classification
ANEForge
Safetensors
resnet
apple-neural-engine
Model card Files Files and versions
xet
Community

Instructions to use aneforge/resnet-50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ANEForge

    How to use aneforge/resnet-50 with ANEForge:

    # Run this model on the Apple Neural Engine, without CoreML.
    import aneforge as af
    
    net = af.load_resnet("aneforge/resnet-50")             # BatchNorm folded into the preceding conv at load
    logits = net(pixels)                          # pixels: a preprocessed [1, 3, 224, 224] float32 batch -> [1, 1000]
  • Notebooks
  • Google Colab
  • Kaggle
resnet-50
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
sbryngelson's picture
sbryngelson
card: add the aneforge[models] install line to the snippet
495abad verified 16 days ago
  • .gitattributes
    1.23 kB
    duplicate microsoft/resnet-50 weights, tagged for ANEForge 16 days ago
  • README.md
    1.19 kB
    card: add the aneforge[models] install line to the snippet 16 days ago
  • config.json
    69.6 kB
    duplicate microsoft/resnet-50 weights, tagged for ANEForge 16 days ago
  • model.safetensors
    102 MB
    xet
    duplicate microsoft/resnet-50 weights, tagged for ANEForge 16 days ago
  • preprocessor_config.json
    266 Bytes
    duplicate microsoft/resnet-50 weights, tagged for ANEForge 16 days ago