Valeriy Dutt
Results
1
issues of
Valeriy Dutt
--------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in () 1 # pre-trained model 2 resnet = models.resnet50() ----> 3 resnet.load_state_dict(torch.load(args.model_path, map_location=device)) 4 resnet = resnet.to(device) 5 /usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py in load_state_dict(self, state_dict,...