Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpelt committed Mar 11, 2019
1 parent b4ccc7b commit 78b9dc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tf-distributed-mnist/train.py
Expand Up @@ -268,6 +268,5 @@ def main(_):
'tensorflow/logs'),
help='Summaries log directory')
FLAGS, unparsed = parser.parse_known_args()
print("K8S IMAGE", wandb.util.image_id_from_k8s())
wandb.init(project="distributed-mnist", config=FLAGS)
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)

0 comments on commit 78b9dc0

Please sign in to comment.