Mengqi Xue

Results 3 comments of Mengqi Xue

I met the same error.Are those pkl files really corrupted or I load it the wrong way? `model_scratch = 'models/resnet50_scratch_weight.pkl' params = torch.load(model_scratch) print(params.keys())` error `Traceback (most recent call last):...

> @xmq1221 If you're however just looking for RESNET50 trained on VGGFACE2 the official site has a pretrained model that work fine. Pasting below the link, and also the key...

Thanks, I will try it immediately