Open chinmaypr opened 3 years ago
Hey,i also have been encountered this error, have you solve this question? or can you give me some suggestion about it? Thanks,best wish
Run resize_fashion.py before test.py and you should be fine !
Run resize_fashion.py before test.py and you should be fine !
thanks for your answer ^^
@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.