【发布时间】:2017-11-26 23:41:48
【问题描述】:
所以,
我已经在我的 ubuntu 16.4 和 CUDA 和 CUDNN 上安装了 Nvidia 驱动程序。我解决了所有问题,现在很好。
已经设置好了,安装很顺利。
我想在 R 中使用 h2o.deepwater。我的代码:
dlmodel <- h2o.deepwater(x=predictors, y=response,
training_frame=train,
validation_frame=valid,
hidden=c(120,80), epochs=200,
activation="Tanh",
seed=1234567,
stopping_metric='MSE',
classification_stop=0.001,
stopping_rounds = 5,
backend="tensorflow")
但我收到此错误java.lang.RuntimeException: Unable to initialize the native Deep Learning backend: null
谁能帮我解决这个问题?我已经重新安装了 R h2o 和我的 gpu 驱动程序。
【问题讨论】:
-
手动安装64位java? java.com/en/download/faq/win8_faq.xml
标签: r machine-learning deep-learning nvidia h2o