jychoi118 / ilvr_adm

ILVR: Conditioning Method for Denoising Diffusion Probabilistic Models (ICCV 2021 Oral)
MIT License
417 stars 51 forks source link

Some issues about your scripts #18

Closed Germany321 closed 2 years ago

Germany321 commented 2 years ago

I run the following command: python -m ipdb scripts/ilvr_sample.py \ --attention_resolutions 16 \ --class_cond False \ --diffusion_steps 100 \ --dropout 0.0 \ --image_size 256 \ --learn_sigma True \ --noise_schedule linear \ --num_channels 128 \ --num_head_channels 64 \ --num_res_blocks 1 \ --resblock_updown True \ --use_fp16 False \ --use_scale_shift_norm True \ --timestep_respacing 100 \ --model_path models/ffhq_10m.pt \ --base_samples ref_imgs/face \ --down_N 32 \ --range_t 10 \ --save_dir output0 However, there is nothing output in 30 minutes, and there is no error output. What's the problem ?