Open abnf opened 5 years ago
tensor2tensor
plots the metrics I want at the end of training. How can I see these metrics printed every 1k steps instead of only at the very end of training? Right now the only way to see these metrics every 1k steps is to run entire runs of training with lengths 1k, 2k, 3k.
These targets
I want to plot many times over the course of one training, but they plot only when the evaluation runs which runs only once at the end of training. How can I have many evals over the course of training?
Description
...
Environment information
I add
to my
Text2ClassProblem
problem but it does not show on TensorBoard. TensorBoard only plots loss. How to plot accuracy?