logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

torch.cat((a,b),dim=-1)

torch.cat((a,b),dim=-1)表示按倒数第一维cat

#python
到底了