Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
calufa committed Apr 8, 2018
1 parent 6bc33c8 commit 5a70999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pix2pix-trainer/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ def create_model(inputs, targets):
out_channels = int(inputs.get_shape()[-1])
outputs = create_generator(inputs, out_channels)

# create two copies of discriminator, one for real pairs and one for fake pairs
# create two copies of discriminator
# one for real pairs and one for fake pairs
# they share the same underlying variables
with tf.name_scope('real_discriminator'):
with tf.variable_scope('discriminator'):
Expand Down

0 comments on commit 5a70999

Please sign in to comment.