Skip to content

Commit 8056e09

Browse files
authored
Update train_dfc_vae.py
1 parent 0c7863d commit 8056e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_dfc_vae.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def main(_):
9696
##========================= DEFINE TRAIN OPS =======================##
9797
''''
9898
reconstruction loss:
99-
use the learned similarity measurement in l-th layer of discriminator
99+
use the learned similarity measurement in l-th layer(feature space) of pretrained VGG-16
100100
'''
101101

102102
SSE_loss = tf.reduce_mean(tf.reduce_sum(tf.square(gen0.outputs - input_imgs),[1,2,3]))

0 commit comments

Comments
 (0)