forked from rll/rllab
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tensorboard summary and tensorboard output
Merge tensorboard_summary.Summary into tensorboard_output.TensorBoardOutput, which supports graph, scalar, tensor, and histogram logging to tensorboard. The private function in TensorBoardOutput starts with '_'. All other functions are public. What this commit does: 1. Optimize imports 2. Merge class 3. Solve the duplicate fields in custom scalars. (#88 (comment))
- Loading branch information
CatherineSue
committed
May 30, 2018
1 parent
4315906
commit 3071f8f
Showing
3 changed files
with
174 additions
and
167 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
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.