torchvison专题

深度学习torch+cuda+torchvison+torchaudio版本匹配

官网版本:https://pytorch.org/get-started/previous-versions/ 还是在官网找好,再安装下载,否则,费时费力。 torch-2.1.0+cu121-cp38-cp38-win_amd64.whl+torchvision0.16.0+torchaudio=2.1.0 torch-1.8.0+cu111-cp38-cp38-win_amd64.whl+to

torchvison.transforms.functional.affine()/resized_crop()

要使用这个函数,往往需要配套使用函数 transforms.RandomAffine.get_params,这个函数的作用是返回torchvison.transforms.functional.affine()所需要的变换参数。 transforms.RandomAffine.get_params的参数包括 degrees=(-10, 10), translate=(0.1, 0.1), sca