ResNet
Collection
Pure-Keras 3 ResNet image-classification weights for kerasformers. • 9 items • Updated
How to use kerasformers/resnet50_tv_in1k with KerasFormers:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
How to use kerasformers/resnet50_tv_in1k with Keras:
# Available backend options are: "jax", "torch", "tensorflow".
import os
os.environ["KERAS_BACKEND"] = "jax"
import keras
model = keras.saving.load_model("hf://kerasformers/resnet50_tv_in1k")
Pure-Keras 3 image-classification weight for kerasformers, converted from timm/resnet50.tv_in1k.
from kerasformers.models.resnet import ResNetImageClassify
model = ResNetImageClassify.from_weights("resnet50_tv_in1k")
License: bsd-3-clause, inherited from the upstream source.
Base model
timm/resnet50.tv_in1k