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

Dataset Tensorboard metrics #898

Open
sethtroisi opened this issue Sep 24, 2019 · 1 comment
Open

Dataset Tensorboard metrics #898

sethtroisi opened this issue Sep 24, 2019 · 1 comment

Comments

@sethtroisi
Copy link
Contributor

We have a number of metrics that measure a bunch of things

  • metrics about the model weights
    • l2_cost
  • model accuracy on constant data
    • value_cost on pro holdout
  • model accuracy on recent RL data
    • , policy_cost, policy_entropy, value_cost (diff between target and output)
    • value_confidence (what was the average value output)
  • RL data
    • policy target top 1 (what percents of readouts went to the top move?)
    • average_winrate_observed

I think we should add

  • value_cost_bias = value_cost(target_value, average_winrate_observed)
  • average_move = average move number of the position (requires adding to the tf examples)
  • search_q_error = |target_value - search_q| (requires adding to the tf example)

Anything else that would be interesting?

@amj
Copy link
Contributor

amj commented Sep 24, 2019

this is a great idea, i'd love to have those metrics. Let's be sure to keep backwards compatibility with all the old data we have.

i can't think of other things i'd add right now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants