Waikato / wekaDeeplearning4j

Weka package for the Deeplearning4j java library
https://deeplearning.cms.waikato.ac.nz/
GNU General Public License v3.0
184 stars 197 forks source link

after installed, it shows could not find wekadeeplearning4j? #57

Closed qq2898 closed 4 years ago

qq2898 commented 4 years ago

it is not a bug, but i meet it ... Hello, after I installed wekadeeplearning4j, I test it with the result Installed Repository Loaded Package ========= ========== ====== ======= 1.5.14 ----- Yes : Weka wrappers for Deeplearning4j

but when I run the ./install-cuda-libs.ps1 ~/Downloads/wekaDeeplearning4j-cuda-10.1-1.5.14-windows-x86_64.zip or ./install-cuda-libs.ps1 it shows Could not fine users\admin\wekafiles\packages\wekaDeeplearning4j, but it really exists. How TO DO? THANK YOU

braun-steven commented 4 years ago

What is the value of your WEKA_HOME environment variable?

According to your path, you are running it as administrator, is that where you have installed Weka?

qq2898 commented 4 years ago

I find there is no WEKA_HOME environment variable so I just added it, WEKA_HOME="C:\Program Files\Weka-3-8", but it still says could not find wekadeeplearning4j as same. "admin" is my user account which i created and used, I installed WEKA in C:\Program Files\Weka-3-8.

------------------ 原始邮件 ------------------ 发件人: "Steven Lang"notifications@github.com; 发送时间: 2019年10月14日(星期一) 下午2:06 收件人: "Waikato/wekaDeeplearning4j"wekaDeeplearning4j@noreply.github.com; 抄送: "Gao Lei"28987240@qq.com;"Author"author@noreply.github.com; 主题: Re: [Waikato/wekaDeeplearning4j] after installed, it shows could notfind wekadeeplearning4j? (#57)

What is the value of your WEKA_HOME environment variable?

According to your path, you are running it as administrator, is that where you have installed Weka?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

braun-steven commented 4 years ago

Can you please try setting the WEKA_HOME variable to C:\Users\admin\wekafiles? (If that is where your wekafiles folder resides)

qq2898 commented 4 years ago

thank you, it runs well

---Original--- From: "Steven Lang"<notifications@github.com> Date: Mon, Oct 14, 2019 14:26 PM To: "Waikato/wekaDeeplearning4j"<wekaDeeplearning4j@noreply.github.com>; Cc: "Author"<author@noreply.github.com>;"qq2898"<28987240@qq.com>; Subject: Re: [Waikato/wekaDeeplearning4j] after installed, it shows could not find wekadeeplearning4j? (#57)

Can you please try setting the WEKA_HOME variable to C:\Users\admin\wekafiles?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

braun-steven commented 4 years ago

Nice. I have to check the installation script for Windows again. Something seems to be not working right. Thanks for reporting!