maum-ai / faceshifter

Unofficial PyTorch Implementation for FaceShifter (https://arxiv.org/abs/1912.13457)
BSD 3-Clause "New" or "Revised" License
612 stars 115 forks source link

some error with aei_inference.py #15

Open fsybigman opened 3 years ago

fsybigman commented 3 years ago

when run aei_inference.py,the error occur: init() got multiple values for argument 'hp'

accountvb commented 3 years ago

the same error for me too!

olegkhomenko commented 3 years ago

@fsybigman @accountvb what pytorch_lightning version do you guys use?

HyelinNAM commented 3 years ago

@olegkhomenko I got the same error and I use pytorch_lightning 0.9.0 version. Because I followed requirements.txt. Should I change the version?