摘要:
t = torch.arange(72).reshape(2,3,3,4) # 初始化一个tensor print("t >", t) index = torch.tensor([1, 0]) # 要选取数据的位置 print("index >", index) data0 = t.index_se 阅读全文
摘要:
Difference between Terminal, Console, Shell, and Command Line 原文链接 Terminal : A terminal is a text input and output environment. A terminal window, al 阅读全文