Hello,
"TypeError: expected Variable as element 1 in argument 0, but got tuple" Error message is printed at
x = torch.cat((x, s), 1) in Model02.py
I modified some codes following the closed issues.
I tried to debug and fix. But I can't.
Do you know what is the problem?
Thank you