People often import Pytorch as "torch". Every function call then becomes "torch.<method_name>". I think this is anti-pattern. Compare that with Pandas and Numpy which get imported as double characters (pd and np, respectively).
Meta should change Pytorch's name to something that can be abbreviated like Pandas and Numpy.