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
作者您好,
unet_config:
target: ldm.modules.diffusionmodules.openaimodel.UNetModel
params:
image_size: 32
in_channels: 8 # doubled for concat-mode
但是lusn模型的输入似乎只有4
size mismatch for model.diffusion_model.input_blocks.0.0.weight: copying a param with shape torch.Size([192, 4, 3, 3]) from checkpoint, the shape in current model is torch.Size([192, 8, 3, 3]).
size mismatch for model_ema.diffusion_modelinput_blocks00weight: copying a param with shape torch.Size([192, 4, 3, 3]) from checkpoint, the shape in current model is torch.Size([192, 8, 3, 3]).
The text was updated successfully, but these errors were encountered:
作者您好,
unet_config:
target: ldm.modules.diffusionmodules.openaimodel.UNetModel
params:
image_size: 32
in_channels: 8 # doubled for concat-mode
但是lusn模型的输入似乎只有4
size mismatch for model.diffusion_model.input_blocks.0.0.weight: copying a param with shape torch.Size([192, 4, 3, 3]) from checkpoint, the shape in current model is torch.Size([192, 8, 3, 3]).
size mismatch for model_ema.diffusion_modelinput_blocks00weight: copying a param with shape torch.Size([192, 4, 3, 3]) from checkpoint, the shape in current model is torch.Size([192, 8, 3, 3]).
The text was updated successfully, but these errors were encountered: