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
The torchvision.transforms.ToTensor scale images from range (0, 255) to range (0.0, 1.0), but in original paper, it should be scaled to range (-1.0, 1.0).
The text was updated successfully, but these errors were encountered:
Apologies, I'm not entirely familiar with the process either. Maybe you could try forking the repository to implement your changes first, then submit a PR. There might be maintainers available for follow-up discussion once they review your proposal.
The torchvision.transforms.ToTensor scale images from range (0, 255) to range (0.0, 1.0), but in original paper, it should be scaled to range (-1.0, 1.0).
The text was updated successfully, but these errors were encountered: