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
I try to run test_one.py but failed at real_center = torch.FloatTensor(1, 3, opt.imageSize/2, opt.imageSize/2) with the error:
ypeError: torch.FloatTensor constructor received an invalid combination of arguments - got (int, int, float, float), but expected one of:
no arguments
(int ...)
didn't match because some of the arguments have invalid types: (!int!, !int!, !float!, !float!)
(torch.FloatTensor viewed_tensor)
(torch.Size size)
(torch.FloatStorage data)
(Sequence data)
is there any thing wrong?
The text was updated successfully, but these errors were encountered:
I try to run test_one.py but failed at real_center = torch.FloatTensor(1, 3, opt.imageSize/2, opt.imageSize/2) with the error:
ypeError: torch.FloatTensor constructor received an invalid combination of arguments - got (int, int, float, float), but expected one of:
didn't match because some of the arguments have invalid types: (!int!, !int!, !float!, !float!)
is there any thing wrong?
The text was updated successfully, but these errors were encountered: