Pytorch中的torch.cat()函數

轉載自:https://www.cnblogs.com/JeasonIsCoding/p/10162356.htmlhtml 1. 字面理解:torch.cat是將兩個張量(tensor)拼接在一塊兒,cat是concatnate的意思,即拼接,聯繫在一塊兒。python 2. 例子理解網絡 C = torch.cat( (A,B),0 ) #按維數0拼接(豎着拼) C = torch.cat
相關文章
相關標籤/搜索