You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error found after running
File "vgg_face.py", line 104, in
im = torch.Tensor(im).permute(2, 0, 1).view(1, 3, 224, 224).double()
TypeError: new(): data must be a sequence (got NoneType)
The text was updated successfully, but these errors were encountered:
Error found after running
File "vgg_face.py", line 104, in
im = torch.Tensor(im).permute(2, 0, 1).view(1, 3, 224, 224).double()
TypeError: new(): data must be a sequence (got NoneType)
The text was updated successfully, but these errors were encountered: