Pytorch.transforms

Recently I tried to use transforms.Resize and transforms.ColorJitter, but sadly they weren’t available, is there a way to update library?

At the moment, it’s not possible to update pytorch - it’s a known issue, and the devs are working on it, but unfortunately I can’t name time frame yet.

A small fix has been deployed, so it is now possible to update pytorch, I faced some issues with the latest available version (0.3.1), but 0.3.0 (cuda 8.0) works well for me.

Works for me too, could you also update torchvision package?
Also, was pytorch update reverted?

Sorry for the long wait! Everything should work correctly, I just checked it and I was able to install the latest pytorch(0.4.0) and torchvision (0.2.1) using built-in Library Manager. Please let me know if it doesn’t work for you.

Got Installation failed! while trying to update torchvision, same for pytorch :frowning:

It seems that you had some conflict in conda env - I filed a new ticket for investigation.