摘要:
预备知识 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, 阅读全文
摘要:
https://stackoverflow.com/questions/419163/what-does-if-name-main-do 阅读全文
摘要:
https://stackoverflow.com/questions/15745045/how-do-i-resolve-git-saying-commit-your-changes-or-stash-them-before-you-can-me 阅读全文