__init__() got an unexpected keyword argument 'gpus'
I am trying to play around with pytorch to do generative AI. as shown in this video: https://www.youtube.com/watch?v=_pIMdDWK5sc I import all as shown: import os import torch import torchvision im...