pytorch基础
摘要:
pytorch基础 from __future__ import print_function import torch # #基础知识 #定义张量 #常数初始化 #torch.long, float, double, float64, x = torch.tensor([5.5, 3]) torc 阅读全文
posted @ 2021-04-07 17:34 iUpoint 阅读(51) 评论(0) 推荐(0) 编辑