tensorflow / tensorboard-plugin-example

Apache License 2.0
135 stars 59 forks source link

Pass summary metadata content as bytes instead of strings #28

Closed jtagscherer closed 6 years ago

jtagscherer commented 6 years ago

Fixes #14: When using Tensorflow 1.4.0 or later, SummaryMetadata accepts bytes instead of a string as its content which caused the build to fail. This change was made in tensorflow/tensorflow@4d24e67.

Passing encoded strings instead resolves this issue, making it possible to build the plugin example using the latest Tensorflow version.

nfelt commented 6 years ago

Thanks again - merged.