-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to run on ppc64le platform? #137
Comments
Currently, ppc64le is not supported. If you get TensorFlow to build with JavaCPP on ppc64le, you can follow these instructions to create JARs: https://github.com/amplab/SparkNet/blob/master/doc/creating-jars.md |
All right. In fact, I already got jar packages (opencv, tensorflow and caffe) from javacpp-presets. This is due to recent updates from JavaCPP. But there is another problem as following:
To pass test, that line is commented in file TensorFlowNetSpec.scala. So finally a jar file can be generated. I run test on cifar dataset but following error pops out:
Do you have any idea what is wrong here? Anyway, do you have plan to support ppc64le in future? |
I tried to build this project on ppc64le platform but unfortunately got following error:
The line 15 of "TensorFlowNetSpec" is to create an object from class GraphDef, which looks like coming from tensorflow package.
Do you think this would be the problem of javacpp-presets, i.e., not supporting ppc64le? Any help will be appreciated. Thanks!
The text was updated successfully, but these errors were encountered: