PyTorch-用Pycharm创建项目

image

创建新项目

image

测试:

import torch
import torchvision

print(torch.randn(3,4))

image

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