Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Comments on Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh1919 committed Jul 25, 2019
1 parent bce7131 commit 9e82adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/cifar_train_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def train_inception_baseline(max_step_run):
labels=one_hot_labels, logits=logits)
total_loss = tf.reduce_mean(total_loss)

# Using latest Protobuf Summary.
tf.compat.v1.summary.scalar('Total Loss', total_loss)

decay_steps = int(
Expand Down

0 comments on commit 9e82adf

Please sign in to comment.