improved-diffusion icon indicating copy to clipboard operation
improved-diffusion copied to clipboard

Sampling process running error

Open zhuiguangzhe-zz opened this issue 1 year ago • 1 comments

I can train normally, but I encounter a key value missing problem when sampling. What is the reason? image

zhuiguangzhe-zz avatar Nov 27 '24 05:11 zhuiguangzhe-zz

The reason for this is that the model you are loading the state dict into is different than the model you have defined in your code. This could be because the parameters you're using for sampling are different than the ones you used for training. Or, maybe you're trying to load the wrong model file.

isaacjones99 avatar Dec 22 '24 04:12 isaacjones99