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

i cant find resnet18 pretrained weights? #112

Open mehdikhanahmadzadeh opened 3 years ago

mehdikhanahmadzadeh commented 3 years ago

hi

is there resnet18 pretrained weights in the 'PrivateTest_model.t7' ? i change the "net = VGG('VGG19')" to the "net = ResNet18()" in the "visualize.py" but i encountered the following error :

RuntimeError: Error(s) in loading state_dict for ResNet: ...

thanks