Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Compilation error #1

Open
mh-github opened this issue Dec 15, 2017 · 0 comments
Open

Compilation error #1

mh-github opened this issue Dec 15, 2017 · 0 comments

Comments

@mh-github
Copy link

servingsamples/src/main/scala/com/lightbend/tensorflow/WineModelServingBundle.scala:9: error: object framework is not a member of package org.tensorflow
import org.tensorflow.framework.{MetaGraphDef, SignatureDef, TensorInfo, TensorShapeProto}
^
servingsamples/src/main/scala/com/lightbend/tensorflow/WineModelServingBundle.scala:49: error: not found: value MetaGraphDef
val metaGraphDef = MetaGraphDef.parseFrom(bundle.metaGraphDef())
^
servingsamples/src/main/scala/com/lightbend/tensorflow/WineModelServingBundle.scala:97: error: not found: type SignatureDef
def parseSignature(signatureMap : Map[String, SignatureDef]) : Seq[Signature] = {
^
servingsamples/src/main/scala/com/lightbend/tensorflow/WineModelServingBundle.scala:71: error: not found: type TensorInfo
def convertParameters(tensorInfo: Map[String,TensorInfo]) : Seq[Parameter] = {

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant