NVlabs / SPADE

Semantic Image Synthesis with SPADE
https://nvlabs.github.io/SPADE/
Other
7.61k stars 980 forks source link

Using '--mode custom' to train my own dataset but failed and the error information is "RuntimeError: Given groups=1, weight of size [1024, 14, 3, 3], expected input[1, 16, 8, 8] to have 14 channels, but got 16 channels instead" #141

Closed 25th-engineer closed 3 years ago

25th-engineer commented 3 years ago
RuntimeError: Given groups=1, weight of size [1024, 14, 3, 3], expected input[1, 16, 8, 8] to have 14 channels, but got 16 channels instead
frmrz commented 3 years ago

HI @25thengineer, how do you managed to solve this issue? thanks