Skip to content

Commit 0c7863d

Browse files
authored
Update train_vae.py
1 parent 1d8c4e7 commit 0c7863d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_vae.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def main(_):
8484
##========================= DEFINE TRAIN OPS =======================##
8585
''''
8686
reconstruction loss:
87-
use the learned similarity measurement in l-th layer of discriminator
87+
use the pixel-wise mean square error in image space
8888
'''
8989
SSE_loss = tf.reduce_mean(tf.square(gen0.outputs - input_imgs))# /FLAGS.output_size/FLAGS.output_size/3
9090
'''

0 commit comments

Comments
 (0)