Hello, when setting "returnimages = true", the error "File "E:/czsl-main1/test.py", line 136, in, occurred
data = [d.to(device) for d in data]
AttributeError: 'tuple' object has no attribute 'to'”
Please how to solve this problem, thank you
I deeply apologize for the very late reply: I was busy in February and I completely forgot to reply. Did you manage to solve the issue in the meantime? Otherwise, I can check its cause.
Hello, when setting "returnimages = true", the error "File "E:/czsl-main1/test.py", line 136, in, occurred
data = [d.to(device) for d in data]
AttributeError: 'tuple' object has no attribute 'to'”
Please how to solve this problem, thank you