Advertisement

PyTorch入门教程:小土堆

阅读量:

一份关于pytorch的基础教程,涵盖了一些基本函数的定义与示例代码,主要内容是通读了pytorch官方文档,此外还建议访问一个名为www.paperswithcode.com的网站,该平台的功能非常强大。

P5. PyTorch加载数据初认识_哔哩哔哩_bilibili

import torch
torch.cuda.is_available()

dir(), help()

前后双下划线标识着一种标准,该变量具有不可更改的特性

help(torch.cuda.is_available)


全部评论 (0)

还没有任何评论哟~