WuJie1010 / Facial-Expression-Recognition.Pytorch

A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
MIT License
1.77k stars 546 forks source link

有resnet的预训练模型吗? #133

Open wanghao16020510036 opened 2 years ago

wanghao16020510036 commented 2 years ago

reamde里只有VGG19的预训练模型,请问可以给出resnet的预训练模型吗?

AKASHKRISHNABHUKYA commented 1 year ago

reamde里只有VGG19的预训练模型,请问可以给出resnet的预训练模型吗?

抱歉,我无法访问您正在寻找的 ResNet 预训练模型。但是,您可以轻松地在线找到预训练的 ResNet 模型。

预训练模型的一个流行来源是 PyTorch Torchvision 库,它提供了多个预训练模型,包括 ResNet,可以针对特定任务轻松进行微调。您还可以在其他平台上找到预训练的 ResNet 模型,例如 TensorFlow 的 TensorFlow Hub 或 Caffe2 的 Model Zoo。

请务必注意,使用预训练模型可以显着加快训练过程,但您仍需要针对您的特定用例微调模型以获得最佳结果。

AZyfen commented 1 year ago

reamde里只有VGG19的预训练模型,请问可以给出resnet的预训练模型吗?

请问,您找到了VGG19的预训练模型吗?可以分享吗?