ShenXiaolei
ShenXiaolei
training with mae strategy, there will be one more decoder during reasoning. it is a serious shortcoming
> I got the same problem when enable modulate kernel. me too
How did you build your dataset?
 input and output images @zengyh1900
>  input and output images @zengyh1900 differences between dev and main branch 1. dev: conditioning_latents = torch.concat([mask, conditioning_latents], 1) main: conditioning_latents = torch.concat([conditioning_latents, mask], 1) 2. dev: original_mask =...