facenet-pytorch
facenet-pytorch copied to clipboard
Unexpected EOF Error for Resnet
Running the following code produces an "Unexpected end of file" error:
resnet = InceptionResnetV1(pretrained='vggface2').eval()
Traceback (most recent call last):
File "<pyshell#4>", line 1, in