zhengchen1999 / HI-Diff

PyTorch code for our NeurIPS 2023 paper "Hierarchical Integration Diffusion Model for Realistic Image Deblurring"
Apache License 2.0
168 stars 15 forks source link

In the testing related configuration file, the path field is missing #12

Closed qulishen closed 7 months ago

qulishen commented 7 months ago

path: pretrain_network_g: experiments/pretrained_models/HI_Diff_GoPro/net_g.pth param_key_g: params strict_load_g: true

pretrain_network_le_dm: experiments/pretrained_models/HI_Diff_GoPro/net_le_dm.pth param_key_g: params strict_load_le_dm: true

pretrain_network_d: experiments/pretrained_models/HI_Diff_GoPro/net_d.pth param_key_g: params strict_load_d: true

maybe there should add this

pretrain_network_le: experiments/pretrained_models/HI_Diff_GoPro/net_le.pth param_key_g: params strict_load_d: true

resume_state: ~

qulishen commented 7 months ago

sorry, my fault, inference don't need net_le.pth