Skip to content

Commit

Permalink
tf.train.SummaryWriter renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Mar 20, 2017
1 parent 80de637 commit 971742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Expand Up @@ -142,7 +142,7 @@ def train(self, args):
self.g_sum = tf.summary.merge([self.d__sum,
self.fake_B_sum, self.d_loss_fake_sum, self.g_loss_sum])
self.d_sum = tf.summary.merge([self.d_sum, self.d_loss_real_sum, self.d_loss_sum])
self.writer = tf.train.SummaryWriter("./logs", self.sess.graph)
self.writer = tf.summary.FileWriter("./logs", self.sess.graph)

counter = 1
start_time = time.time()
Expand Down

0 comments on commit 971742b

Please sign in to comment.