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.
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.