Pytorch transforms.RandomRotation() does not work on Google Colab
问题 Normally i was working on letter&digit recognition on my computer and I wanted to move my project to Colab but unfortunately there was an error (you can see the error below). after some debugging i found which line is giving me error. transforms.RandomRotation(degrees=(90, -90)) below i wrote simple abstract code to show this error.This code does not work on colab but it works fine at my own computer environment.Problem might be about the different versions of pytorch library i have version 1