Skip to content

Commit 7f2ea99

Browse files
authored
Remove extraneous print statement from nasnet_utils.py
1 parent 1f3bbc0 commit 7f2ea99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

research/slim/nets/nasnet/nasnet_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,6 @@ def _apply_drop_path(self, net):
413413
# Decrease the keep probability over time
414414
current_step = tf.cast(tf.train.get_or_create_global_step(),
415415
tf.float32)
416-
print("HERE")
417416
drop_path_burn_in_steps = self._total_training_steps
418417
current_ratio = (
419418
current_step / drop_path_burn_in_steps)

0 commit comments

Comments
 (0)