h2oai / deepwater

Deep Learning in H2O using Native GPU Backends
Apache License 2.0
282 stars 93 forks source link

Problem in build the Tensorflow native java library and the Tensorflow H2O bindings #37

Closed ItamarKanter closed 7 years ago

ItamarKanter commented 7 years ago

Hello, I run ./gradlew --stacktrace clean tensorflowCompile to build the so and jar TensorFlow files and get the following error:

FAILURE: Build failed with an exception.

I also try to install gradle but still get the same error. Any ideas how to complete the installation?

ganeshkrishnan1 commented 7 years ago

I guess you are trying to compile this on Java 9. Try Java 8. Java 9 is still in beta

ItamarKanter commented 7 years ago

Thanks, No I encounter other problem.

deepwater-backend-api deepwater-mxnet deepwater-tensorflow :clean UP-TO-DATE :deepwater-backend-api:clean UP-TO-DATE :deepwater-mxnet:makeClean Makefile:21: ../thirdparty/mxnet/config.mk: No such file or directory make: *** No rule to make target '../thirdparty/mxnet/config.mk'. Stop. :deepwater-mxnet:makeClean FAILED

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 5.605 secs

CreatureDev commented 7 years ago

You'll need to follow the instructions for building mxnet

Specifically


git submodule update --init --recursive
cp make/config.mk .
### EDIT config.mk - USE_OPENCV=0, USE_CUDA=1, USE_CUDA_PATH=...
make -j8```
arnocandel commented 7 years ago

Posted new binary builds for the latest version of Deep Water (incl. mxnet + TensorFlow) in the main README.md