You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@menyifang I am trying to reproduce your work via pre-trained model privided in your google drive link. After following all your steps, when I run bash ./scripts/test.sh I get the following error
RuntimeError: The size of tensor a (256) must match the size of tensor b (176) at non-singleton dimension 3
This seems to arise from the following operation in the file model_adgen.py
xi = x.mul(semi)
My arguments are the same as the one mentioned in #6. What is the reason for this error? Please help.
The text was updated successfully, but these errors were encountered:
@menyifang I am trying to reproduce your work via pre-trained model privided in your google drive link. After following all your steps, when I run
bash ./scripts/test.sh
I get the following errorRuntimeError: The size of tensor a (256) must match the size of tensor b (176) at non-singleton dimension 3
This seems to arise from the following operation in the file
model_adgen.py
xi = x.mul(semi)
My arguments are the same as the one mentioned in #6. What is the reason for this error? Please help.
The text was updated successfully, but these errors were encountered: