StarGAN2解决Missing key(s) in state_dict: “hpf.filter“.
2023-11-23 09:44:20
I solved it by making the following changes to core/checkpoint.py: in line 48. module.module.load_state_dict(module_dict[name]) -> module.module.load_state_dict(module_dict[name], False)