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
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!