摘要: # import torchimport numpy as np # 确认是否为 Tensor 类型a = torch.constant([1.])b = torch.constant([True, False])c = torch.constant("hello, world.")d = np.a 阅读全文
posted @ 2022-06-29 10:13 呦呦南山 阅读(1772) 评论(0) 推荐(0) 编辑