1 Star 0 Fork 71

1ming / pytorch-doc-zh

forked from OpenDocCN / pytorch-doc-zh 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docs_torchvision_ref.md 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
片刻小哥哥 提交于 2020-07-15 22:30 . 解决公式bug

torchvision 参考

译者:BXuan694

torchvision 包收录了若干重要的公开数据集、网络模型和计算机视觉中的常用图像变换

包参考

torchvision.get_image_backend()

查看载入图片的包的名称

torchvision.set_image_backend(backend)

指定用于载入图片的包

参数: backend (string) – 图片处理后端的名称,须为{'PIL', 'accimage'}中的一个。accimage包使用了英特尔IPP库。这个库通常比PIL快,但是支持的操作比PIL要少。
1
https://gitee.com/pyedog/pytorch-doc-zh.git
git@gitee.com:pyedog/pytorch-doc-zh.git
pyedog
pytorch-doc-zh
pytorch-doc-zh
master

搜索帮助