Open teamdandelion opened 7 years ago
Any updates on this feature?
Interested by this feature too, especially for hparams visualization ! Any update @dandelionmane ? Is there anything we can do ?
@dandelionmane filed #581.
Hence, adding native support for run parameters is a priority for TensorBoard. We plan to first make TensorBoard run on a SQL-based backend (spearheaded by @jart), which will make introducing structural features like this easier.
That being said, if this is high-priority enough, we can probably implement this feature using a config file today - we'd have a proto-based API that writes a pbtxt to disk.
Currently I'm doing this (recording arbitrary run and model data) in Text Summary , which now that Markdown is working is a reasonable solution, but an automated inclusion of specific information would be useful as well.
Migrated from https://github.com/tensorflow/tensorflow/issues/4714