Closed pykao closed 2 months ago
Hi,
Some noise predictor models' in_channels and out_channels are different, e.g., self.unet.in_channels = 8 and self.unet.out_channels = 4. Do you have idea how to deal with this situation?
self.unet.in_channels = 8
self.unet.out_channels = 4
BR
Hi,
Some noise predictor models' in_channels and out_channels are different, e.g.,
self.unet.in_channels = 8
andself.unet.out_channels = 4
. Do you have idea how to deal with this situation?BR