Niketan Pansare created SYSTEMML-1930:
-----------------------------------------
Summary: Fix protoc compilation error for TensorFlow proto files
and restore Tensorboard functionality
Key: SYSTEMML-1930
URL: https://issues.apache.org/jira/browse/SYSTEMML-1930
Project: SystemML
Issue Type: Bug
Reporter: Niketan Pansare
To use Tensorboard in Caffe2DML, we were compiling
src/main/proto/tensorflow/event.proto and
src/main/proto/tensorflow/summary.proto files using protoc 3.0 mvn plugin
(please see
[https://github.com/apache/systemml/commit/a4962f39a065bce89dd1c45635e318b9440e5491#diff-600376dffeb79835ede4a0b285078036L369]).
These proto files match the ones that are available in TensorFlow repository.
To compile SystemML on Power, we have to switch to a newer version of protoc
mvn plugin which now only supports 3.4 version (not 3.0). The problem is that
the above mentioned proto files are giving compilation error. So, for time
being, we are removed tensorboard integration from SystemML in commit:
https://github.com/apache/systemml/commit/a4962f39a065bce89dd1c45635e318b9440e5491#diff-600376dffeb79835ede4a0b285078036L369
This task involves debugging compilation error on protoc 3.4 version and
restoring the above commit.
[~freiss] [~nakul02] [~reinwald]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)