alanlukezic / d3s

D3S - Discriminative Single Shot Segmentation Tracker (CVPR 2020)
265 stars 56 forks source link

SyntaxError: invalid syntax @in TensorList([e1 @ e2 for e1, e2 in zip(self, other)]) #32

Closed jiaqinxu closed 3 years ago

jiaqinxu commented 3 years ago

File "../pytracking/libs/tensorlist.py", line 97 return TensorList([e1 @ e2 for e1, e2 in zip(self, other)]) ^ SyntaxError: invalid syntax

Is it because I used Cuda10?

furkancoskun commented 3 years ago

@jiaqinxu Could you find a solution for this problem?

chainfitness commented 2 years ago

The code can be executed properly in cuda11.3, but when I move it to AGX Xavier with cuda10.2, it doesn't work, and encountered the same situation. @jiaqinxu can you help me? @furkancoskun