摘要: 预备知识 2.1 数据操作 import torch x = torch.arange(12) print(x.shape) print(torch.Size(x)) print(x.numel()) X = x.reshape(3, 4) print(X) print(torch.ones((2, 阅读全文
posted @ 2024-04-25 18:53 bingo彬哥 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/419163/what-does-if-name-main-do 阅读全文
posted @ 2024-04-25 18:09 bingo彬哥 阅读(23) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/15745045/how-do-i-resolve-git-saying-commit-your-changes-or-stash-them-before-you-can-me 阅读全文
posted @ 2024-04-25 18:09 bingo彬哥 阅读(2) 评论(0) 推荐(0) 编辑
本站总访问量