1 Star 0 Fork 71

刘诺二 / pytorch-doc-zh

forked from OpenDocCN / pytorch-doc-zh 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
docs_torchvision_ref.md 1.94 KB
Copy Edit Raw Blame History
片刻小哥哥 authored 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/Andrew_Liu/pytorch-doc-zh.git
git@gitee.com:Andrew_Liu/pytorch-doc-zh.git
Andrew_Liu
pytorch-doc-zh
pytorch-doc-zh
master

Search