Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Add an average_winrate_observed metric to tensorboard #896

Merged
merged 2 commits into from
Sep 24, 2019

Conversation

amj
Copy link
Contributor

@amj amj commented Sep 23, 2019

put something on tensorboard of the ratio of w/b wins in the train data.

dual_net.py Outdated
save_summary_steps=FLAGS.summary_steps,
keep_checkpoint_max=FLAGS.keep_checkpoint_max,
session_config=session_config)
if FLAGS.num_gpus > 1:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you extract this num_gpus change to a separate PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whups, sorry. Sure can.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(it doesn't work)

@amj amj merged commit d696bac into tensorflow:master Sep 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants