How to use Jiqing/resnet-backbone-downsample_in_bottleneck with Transformers:
# Load model directly from transformers import AutoImageProcessor, ResNetBackbone processor = AutoImageProcessor.from_pretrained("Jiqing/resnet-backbone-downsample_in_bottleneck") model = ResNetBackbone.from_pretrained("Jiqing/resnet-backbone-downsample_in_bottleneck")
The community tab is the place to discuss and collaborate with the HF community!