Skip to content

Commit bad8b0b

Browse files
committed
oops comments gone
1 parent 666d31b commit bad8b0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/image/cifar10/cifar10_train.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,4 @@ def main(argv=None): # pylint: disable=unused-argument
126126

127127
if __name__ == '__main__':
128128
FLAGS = parser.parse_args()
129-
# for arg in vars(FLAGS):
130-
# print(arg, getattr(FLAGS, arg))
131129
tf.app.run()

0 commit comments

Comments
 (0)