Closed vinodrajendran001 closed 2 years ago
I trained models with --learn_sigma True
. This enables learning variance of reverse process, therefore the output channel is 6 rather than 3. You may try --learn_sigma False
when sampling with your models.
Great that works :)
Likewise may I know the complete FLAG details you used for training..peraps if you update in README would be useful.
I trained models with --attention_resolutions 16 --class_cond False --diffusion_steps 1000 --dropout 0.0 --image_size 256 --learn_sigma True --noise_schedule linear --num_channels 128 --num_res_blocks 1 --num_head_channels 64 --resblock_updown True --use_fp16 False --use_scale_shift_norm True
Hi,
I trained a model from scratch using my own dataset. After training I ended up with checkpoint files like ema_0.9999_000010.pt, model000010.pt and opt000010.pt.
flags used for training
I used the checkpoint file ema_0.9999_000010.pt for ilvr sampling but it throwed the following error
flags used for sampling
Error
May I know how you generated the 256x256 FFHQ.pt and 256x256 AFHQ-dog.pt because I don't fave any issues while loading these weights?