DeokyunKim / Progressive-Face-Super-Resolution

Official Pytorch Implementation of Progressive Face Super-Resolution (BMVC 2019 Accepted)
260 stars 60 forks source link

utils.py file seems missing #2

Closed xuguozhi closed 4 years ago

xuguozhi commented 4 years ago

Hi, thanks for your work! I found some thing is missing in train.py where are functions inf_train_gen, requires_grad, get_heat_map, operate_heatmap?

DeokyunKim commented 4 years ago

Thank you for your feedback. I uploaded utils.py which includes 'inf_train_gen, requires_grad, get_heat_map, operate_heatmap'.