PyTorch-用Pycharm创建项目

image

创建新项目

image

测试:

import torch
import torchvision

print(torch.randn(3,4))

image

posted @ 2022-06-11 10:10  司砚章  阅读(181)  评论(0编辑  收藏  举报