mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 21:42:08 -07:00
fix
This commit is contained in:
parent
febc96c334
commit
f4b163d721
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ class SAEHDModel(ModelBase):
|
|||
|
||||
if gan_power != 0:
|
||||
def D_src_dst_train(warped_src, target_src, target_srcm_all, \
|
||||
warped_dst, target_dst, target_dstm_all:
|
||||
warped_dst, target_dst, target_dstm_all):
|
||||
nn.tf_sess.run ([src_D_src_dst_loss_gv_op], feed_dict={self.warped_src :warped_src,
|
||||
self.target_src :target_src,
|
||||
self.target_srcm_all:target_srcm_all,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue