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

Commit

Permalink
Test CLA
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh1919 committed Jul 26, 2019
1 parent 9e82adf commit da9aff7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/cifar_train_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ 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 da9aff7

Please sign in to comment.