How to split tensor to small chunk for matrix multiplication to solve memory issue

前端 未结 0 1985
天命终不由人
天命终不由人 2021-01-15 04:42

I have two matrix: torch.Size([1, 8, 50176, 64]) torch.Size([1, 8, 64, 50176]) I need to perform matrix mutiplicatio to get torch size [1, 8, 50176, 50176], but I got cuda o

相关标签:
回答
  • 消灭零回复
提交回复
热议问题