Heonozis / FaceShifter-pytorch

115 stars 27 forks source link

one question(or error?) in train_aei.py #17

Open aaa369cxj opened 3 years ago

aaa369cxj commented 3 years ago

line112 l_adv = 1 line113 l_att = 10 line114 l_id = 1 # l_id should be 5 ?in the article this parameter is 5. line115 l_rec = 10

line112 lossG = l_advL_adv + l_attL_attr + l_idL_id + l_recL_rec