Compute loss between binary matrix and list of 2D coordinates

后端 未结 0 535
[愿得一人]
[愿得一人] 2020-12-15 07:50

I have a PyTorch model that produces a list of coordinates, e.g.

>>> coords = model(inputs)
tensor([[1.1000, 3         


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