Models and Pre-Trained Weights
The models
repository contains definitions of different
deep learning models with examples for different domains like computer vision and natural language
processing.
This includes image classification models such as
MobileNetV2
,
SqueezeNet
and
ResNet
, object detection models such
as YOLOX
and language models like
BERT
and RoBERTa
.
Be sure to check out the up-to-date collection of models to get you started. Pre-trained weights are available for every supported architecture in this collection. You will also find a spotlight of community contributed models.