prenorm-resnet-cifar10-v4

6
license:mit
by
AnjanSB
Image Model
OTHER
New
6 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

🚀 Usagepythonpytorch
import torch
from model import ResNet50Style_v4, PreNormBottleneck_v4

ckpt = torch.load("prenorm_resnet_cifar_v4.pt", map_location="cpu")

model = ResNet50Style_v4(
    block=PreNormBottleneck_v4,
    n_blocks=[1, 2, 2],
    num_classes=10
)
model.load_state_dict(ckpt["state_dict"])
model.eval()

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.