habitat-lab icon indicating copy to clipboard operation
habitat-lab copied to clipboard

Add config to TensorBoard text summary

Open vincentpierre opened this issue 2 years ago • 0 comments

Motivation and Context

After running a lot of experiments, it can be hard to keep track of the config associated with each training run on TensorBoard. This change adds a human readable config to the Text section of TensorBoard. (see image bellow)

Screen Shot 2022-03-17 at 10 30 39

How Has This Been Tested

Not unit tested. Ran an experiment and made config string was accurate.

Types of changes

  • Life improvement

Checklist

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [x] I have completed my CLA (see CONTRIBUTING)
  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.

vincentpierre avatar Mar 17 '22 17:03 vincentpierre