Contact me:

摘要: 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 阅读全文
posted @ 2022-11-25 13:44 impwa 阅读(20) 评论(0) 推荐(0) 编辑
摘要: Difference between Terminal, Console, Shell, and Command Line 原文链接 Terminal : A terminal is a text input and output environment. A terminal window, al 阅读全文
posted @ 2022-11-25 13:20 impwa 阅读(691) 评论(0) 推荐(0) 编辑