Pytorch's Autograd does not support complex matrix inversion, does anyone have a workaround?

后端 未结 0 1658
南方客
南方客 2021-01-14 08:44

Somewhere in my loss function, I invert a complex matrix of size 64*64. Although complex matrix inversion is supported for torch.tensor, the gradient cannot be computed in t

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