grey-eye / talking-heads

Our implementation of "Few-Shot Adversarial Learning of Realistic Neural Talking Head Models" (Egor Zakharov et al.)
GNU General Public License v3.0
593 stars 110 forks source link

fix AdaptiveResidualBlock #43

Open tomguluson92 opened 4 years ago

tomguluson92 commented 4 years ago

replace original out = self.in2(out, mean1, std1) to out = self.in2(out, mean2, std2).