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

Commit

Permalink
Remove Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh1919 committed Jul 26, 2019
1 parent 9e82adf commit 8827968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/cifar_train_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +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.
# Using latest tensorflow ProtoBuf.
tf.compat.v1.summary.scalar('Total Loss', total_loss)

decay_steps = int(
Expand Down

0 comments on commit 8827968

Please sign in to comment.