2016-11-27 3 views
0

私はdeeplearning4j、deeplearning4j.org/quickstartのクイックスタートガイドに従っています。私は「MVNはクリーンインストール」を実行しようとすると、しかし、それは私に次のエラーを与える:初めてdeeplearning4jを使用しようとしましたが動作しません

私ものpom.xml内の1.7から1.8へのJavaのバージョンタグを変更し
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3. 
5.1:compile (default-compile) on project dl4j-examples: Compilation failure: Com 
pilation failure: 
[ERROR] /D:/dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/example 
s/feedforward/classification/DetectGender/PredictGenderTest.java:[8,55] package 
org.apache.lucene.queryparser.flexible.messages does not exist 
[ERROR] /D:/dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/example 
s/feedforward/classification/DetectGender/PredictGenderTest.java:[9,37] package 
org.canova.api.records.reader does not exist 
[ERROR] /D:/dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/example 
s/feedforward/classification/DetectGender/PredictGenderTest.java:[10,42] package 
org.canova.api.records.reader.impl does not exist 
[ERROR] /D:/dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/example 
s/feedforward/classification/DetectGender/PredictGenderTest.java:[11,28] package 
org.canova.api.split does not exist 
[ERROR] /D:/dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/example 
s/feedforward/classification/DetectGender/PredictGenderTest.java:[12,42] package 
org.deeplearning4j.datasets.canova does not exist 
[ERROR] /D:/dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/example 
s/feedforward/classification/DetectGender/GenderRecordReader.java:[19,34] packag 
e jdk.internal.util.xml.impl does not exist 
[ERROR] /D:/dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/example 
s/feedforward/classification/DetectGender/GenderRecordReader.java:[20,56] packag 
e org.apache.lucene.queryparser.flexible.core.util does not exist 
[ERROR] /D:/dl4j-examples/dl4j-examples/src/main/java/org/deeplearning4j/example 
s/feedforward/classification/DetectGender/GenderRecordReader.java:[21,30] packag 
e org.apache.lucene.util does not exist 
[ERROR] -> [Help 1] 
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit 
ch. 
[ERROR] Re-run Maven using the -X switch to enable full debug logging. 
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please rea 
d the following articles: 
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureExc 
eption 
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command 

[ERROR] mvn <goals> -rf :dl4j-examples 

。私も窓7 64ビットを使用します。

+0

あなたは正確に何をしたのですか? – Tunaki

+0

まず、 "git clone https://github.com/deeplearning4j/dl4j-examples.git"でクローンします。次に、 "cd dl4j-examples /"と入力します。それから私は "mvnクリーンインストール"を使用します。クイックスタートの場合とまったく同じです。 – MakaraPr

+0

これが修正されました。ありがとう!別のプルをしてください。 –

答えて

0

これが修正されました。あなたの例を再クローンしてください。

関連する問題