forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log Keras training and validation summaries to separate runs.
Previously, metrics like accuracy would be logged as `epoch_acc` during training and `val_epoch_acc` during training. As of this change, training metrics are logged to a `train/` subdirectory under the top-level logdir, while validation metrics are logged to `validation/`. This has the advantage that training and validation metrics can be shown in the same plot: ![Screenshot of new behavior](https://user-images.githubusercontent.com/4317806/52606214-9e3ddc80-2e26-11e9-9a02-2a5228edc8f6.png) Tested: Running a simple MNIST model generates a TensorBoard instance with summaries as described above, and with a graph under the ?train? run. RELNOTES: Keras training and validation curves are shown on the same plot. PiperOrigin-RevId: 234179031
- Loading branch information
1 parent
dfd0925
commit dd2d989
Showing
2 changed files
with
186 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.