Closed Le-Zheng closed 4 years ago
Hi @jason-dai , I think the second error is because bigdl and analytics-zoo both have tensorflow-java dependencies (which depends on protobuf), but analytics-zoo and bigdl shade protobuf to different names.
Do you think it is ok if we shade protobuf to a common name, e.g. "com.intel.analytics.protobuf_v3_5_1"?
I do remember that BigDL has several issues related to TensorFlow shading @Litchilitchy?
I have checked pom file and seems the shading of org.tensorflow
is removed now thus I think it should work currently. @jason-dai
error 1: when Zoo utils use
model.summary()
, it occursscala.MatchError: null
atcom.intel.analytics.zoo.pipeline.api.keras.layers.utils.KerasUtils$.countParams(KerasUtils.scala:337)
error 2: tensorboard
fileWriter
error. It may need to addGraphDef.toByteString()