could not initialize class deepwater.backends.mxnet in H2O -


im trying build model , getting error, have check?:

gs = h2ogridsearch(h2odeepwaterestimator,                hyper_params=hyper_parameters,                search_criteria=search_criteria) gs.train(x=predictors, y='c1', training_frame=df_hex_train, **parameters)   errors/warnings building gridsearch model hyper-parameter: activation, rectifier hyper-parameter: hidden, [200, 200] hyper-parameter: learning_rate, 0.001 failure_details: unable initialize native deep learning backend:    not initialize class deepwater.backends.mxnet.mxnetbackend$mxnetloader 

failure_stack_traces: java.lang.runtimeexception: unable initialize native deep learning backend: not initialize class deepwater.backends.mxnet.mxnetbackend$mxnetloader

/-------------------------------------------------------------/

cat /proc/driver/nvidia/version

nvrm version: nvidia unix x86_64 kernel module 384.66 tue aug 1 16:02:12 pdt 2017

gcc version: gcc version 5.4.0 20160609 (ubuntu 5.4.0-6ubuntu1~16.04.4)

/-------------------------------------------------------------/

nvcc -v

nvcc: nvidia (r) cuda compiler driver

copyright (c) 2005-2016 nvidia corporation

built on tue_jan_10_13:22:03_cst_2017

cuda compilation tools, release 8.0, v8.0.61

/-------------------------------------------------------------/

gcc --version

gcc (ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

copyright (c) 2015 free software foundation, inc.

this free software; see source copying conditions. there no

warranty; not merchantability or fitness particular purpose.

/-------------------------------------------------------------/

gcc --version

gcc (ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

copyright (c) 2015 free software foundation, inc.

this free software; see source copying conditions. there no

warranty; not merchantability or fitness particular purpose.

/-------------------------------------------------------------/

uname -r

4.10.0-32-generic

/-------------------------------------------------------------/

dpkg --list | grep compiler

ii g++ 4:5.3.1-1ubuntu1 amd64 gnu c++ compiler

ii g++-4.9 4.9.3-13ubuntu2 amd64 gnu c++ compiler

ii g++-5 5.4.0-6ubuntu1~16.04.4 amd64 gnu c++ compiler

ii gcc 4:5.3.1-1ubuntu1 amd64 gnu c compiler

ii gcc-4.9 4.9.3-13ubuntu2 amd64 gnu c compiler

ii gcc-5 5.4.0-6ubuntu1~16.04.4 amd64 gnu c compiler

ii gfortran 4:5.3.1-1ubuntu1 amd64 gnu fortran 95 compiler

ii gfortran-5 5.4.0-6ubuntu1~16.04.4 amd64 gnu fortran compiler

ii hardening-includes 2.7ubuntu2 makefile enabling compiler flags security hardening

ii libllvm3.8:amd64 1:3.8-2ubuntu4 amd64 modular compiler , toolchain technologies, runtime library

ii libllvm4.0:amd64 1:4.0-1ubuntu1~16.04.2 amd64 modular compiler , toolchain technologies, runtime library

ii libxkbcommon0:amd64 0.5.0-1ubuntu2 amd64 library interface xkb compiler - shared library

export path="/home/di/anaconda3/bin:$path"

export cuda_home=/usr/local/cuda-8.0

export cuda_root=/usr/local/cuda-8.0

export path=$path:$cuda_root/bin

export ld_library_path=$ld_library_path:/usr/local/cuda-8.0/lib64


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -