Virtual-Try-On-Flask icon indicating copy to clipboard operation
Virtual-Try-On-Flask copied to clipboard

Run time error.output with shape [1, 256, 192] doesn't match the broadcast shape [3, 256, 192]

Open carfei opened this issue 4 years ago • 1 comments

I also encountered the same problem when executing the program. I wonder if the author who had the same problem before has solved it? How to solve it? I really want to hear from you

carfei avatar Apr 17 '20 11:04 carfei

transformer = transforms.Compose([transforms.ToTensor(), transforms.Normalize((0.5,0.5,0.5), (0.5,0.5,0.5)]) to transformer = transforms.Compose([transforms.ToTensor(), transforms.Normalize(0.5, 0.5)])

farfun avatar Mar 09 '21 03:03 farfun