QATM_pytorch
QATM_pytorch copied to clipboard
TypeError: einsum() takes 2 positional arguments but 3 were given
when I run python qatm.py -s sample/sample1.jpg -t template --cuda
Result
import qatm_pytorch.py...
define model...
calculate score...
Traceback (most recent call last):
File "qatm.py", line 46, in
I would appreciate if you give me any advice~
I update pytorch to the latest then it works.