pytorch中文手册
-
图文详解如何利用PyTorch实现图像识别
目录使用torchvision库的datasets类加载常用的数据集或自定义数据集使用torchvision库进行数据增强和变换,自定义自己的图像分类数据集并使用torchvision库加载它们使用torchvision库的models类加载预训练模型或自定[详细]
2023-04-05 09:24 分类:开发 how to use @ in python.. and the @property and the @classmethod
this is my code: def a(): print \'sss\' @a() def b(): print \'aaa\' b() and the Tracebackis: sss Traceback (most recent call last):[详细]
2022-12-28 15:47 分类:问答