We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691e831 commit d832ee6Copy full SHA for d832ee6
lstm-hdfs/pom.xml
@@ -21,16 +21,16 @@
21
<parent>
22
<groupId>org.deeplearning4j</groupId>
23
<artifactId>deeplearning4j-examples-parent</artifactId>
24
- <version>1.0.0-beta4</version>
+ <version>1.0.0-beta5</version>
25
</parent>
26
<groupId>org.deeplearning4j.examples</groupId>
27
<artifactId>lstm-hdfs</artifactId>
28
<name>lstm-hdfs</name>
29
<url>http://maven.apache.org</url>
30
31
<properties>
32
- <dl4j.version>1.0.0-beta4</dl4j.version>
33
- <dl4j.spark.version>1.0.0-beta4_spark_2</dl4j.spark.version>
+ <dl4j.version>1.0.0-beta5</dl4j.version>
+ <dl4j.spark.version>1.0.0-beta5</dl4j.spark.version>
34
</properties>
35
36
<build>
0 commit comments