重磅|PyTorch中文文档第一版上线啦!!!
Posted 全球人工智能
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了重磅|PyTorch中文文档第一版上线啦!!!相关的知识,希望对你有一定的参考价值。
>>>合作联系微信:bushyu<<<
PyTorch是使用GPU和CPU优化的深度学习张量库。最近由ycszen、KeithYin、koshinryuu、weigp、kophy、yichuan9527、swordspoet、XavierLin、tfygg、dyl745001196、songbo.han和ZijunDeng等12位同学共同翻译和编辑了第一版中文版文档。今天我们作为头条推荐给所有PyTorch开发者,欢迎收藏和分享!!!
一、说明
自动求导机制
http://pytorch-cn.readthedocs.io/zh/latest/notes/autograd/
CUDA语义
http://pytorch-cn.readthedocs.io/zh/latest/notes/cuda/
扩展PyTorch
http://pytorch-cn.readthedocs.io/zh/latest/notes/extending/
多进程最佳实践
http://pytorch-cn.readthedocs.io/zh/latest/notes/multiprocessing/
序列化语义
http://pytorch-cn.readthedocs.io/zh/latest/notes/serialization/
二、Package参考
火炬
http://pytorch-cn.readthedocs.io/zh/latest/package_references/torch/
torch.Tensor
http://pytorch-cn.readthedocs.io/zh/latest/package_references/Tensor/
torch.Storage
http://pytorch-cn.readthedocs.io/zh/latest/package_references/Storage/
torch.nn
http://pytorch-cn.readthedocs.io/zh/latest/package_references/torch-nn/
torch.nn.functional
http://pytorch-cn.readthedocs.io/zh/latest/package_references/functional/
torch.nn.init
http://pytorch-cn.readthedocs.io/zh/latest/package_references/nn_init/
torch.optim
http://pytorch-cn.readthedocs.io/zh/latest/package_references/torch-optim/
torch.autograd
http://pytorch-cn.readthedocs.io/zh/latest/package_references/torch-autograd/
torch.multiprocessing
http://pytorch-cn.readthedocs.io/zh/latest/package_references/torch-multiprocessing/
torch.legacy
http://pytorch-cn.readthedocs.io/zh/latest/package_references/legacy/
torch.cuda
http://pytorch-cn.readthedocs.io/zh/latest/package_references/torch-cuda/
torch.utils.ffi
http://pytorch-cn.readthedocs.io/zh/latest/package_references/ffi/
torch.utils.data
http://pytorch-cn.readthedocs.io/zh/latest/package_references/data/
torch.utils.model_zoo
http://pytorch-cn.readthedocs.io/zh/latest/package_references/model_zoo/
三、torchvision参考
torchvision
http://pytorch-cn.readthedocs.io/zh/latest/torchvision/torchvision/
torchvision.datasets
http://pytorch-cn.readthedocs.io/zh/latest/torchvision/torchvision-datasets/
torchvision.model
http://pytorch-cn.readthedocs.io/zh/latest/torchvision/torchvision-models/
torchvision.transforms
http://pytorch-cn.readthedocs.io/zh/latest/torchvision/torchvision-transform/
torchvision.utils
http://pytorch-cn.readthedocs.io/zh/latest/torchvision/torchvision-utils/
以上是关于重磅|PyTorch中文文档第一版上线啦!!!的主要内容,如果未能解决你的问题,请参考以下文章