pytracking icon indicating copy to clipboard operation
pytracking copied to clipboard

tensorlist.py has invalid syntax

Open bathsheba111 opened this issue 2 years ago • 1 comments

Hello, when I run the program, it shows that there is syntax error in tensorlist.py. Specifically, in def_ matmul__、 def_ rmatmul__, and def attribute.

In def_ matmul and def_ rmatmul, ([e1 @ e2 for e1, e2 in zip (self, other)]) shows that @ has syntax error: invalid syntax.

In def attribute, (self, attr: str, * args) shows that: has invalid syntax.

I want to know how to solve errors and look forward to your reply.

bathsheba111 avatar Dec 10 '22 02:12 bathsheba111

resolved?

nickyisadog avatar Jun 09 '23 03:06 nickyisadog