wsxk / wsxk.github.io

MIT License
5 stars 0 forks source link

pytorch learning #160

Open wsxk opened 7 months ago

wsxk commented 7 months ago

https://wsxk.github.io/pytorch/

  1. install
  2. dir/help
  3. pytorch教程

    3.1 读取数据

  1. install 请看https://wsxk.github.io/AI_env/

  2. dir/help dir用于查看一个库中有哪些组件,help用于查看组件的具体用法 import torch if name == 'main': print(dir(torch)) print((dir(torch.cuda))) print(help((torch.cuda.is_available)))

  3. pytorch教程 3.1 读取数据