Skip to content

Commit 91addb0

Browse files
committed
Update test version
1 parent 681ef93 commit 91addb0

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

data-pipeline-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ information regarding copyright ownership.
3232
<description>Loading raw data and processing it before training</description>
3333

3434
<properties>
35-
<dl4j-master.version>1.0.0-M2</dl4j-master.version>
35+
<dl4j-master.version>1.0.0-M2.1</dl4j-master.version>
3636
<!-- Change the nd4j.backend property to nd4j-cuda-X-platform to use CUDA GPUs -->
3737
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend> -->
3838
<nd4j.backend>nd4j-native</nd4j.backend>

dl4j-distributed-training-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ information regarding copyright ownership.
3232
<description>A set of examples introducing distributed training with the DL4J framework</description>
3333

3434
<properties>
35-
<dl4j-master.version>1.0.0-M2</dl4j-master.version>
35+
<dl4j-master.version>1.0.0-M2.1</dl4j-master.version>
3636
<!-- Change the nd4j.backend property to nd4j-cuda-X-platform to use CUDA GPUs -->
3737
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend> -->
3838
<nd4j.backend>nd4j-native</nd4j.backend>

dl4j-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ information regarding copyright ownership.
3232
<description>A set of examples introducing the DL4J framework</description>
3333

3434
<properties>
35-
<dl4j-master.version>1.0.0-M2</dl4j-master.version>
35+
<dl4j-master.version>1.0.0-M2.1</dl4j-master.version>
3636
<!-- Change the nd4j.backend property to nd4j-cuda-X-platform to use CUDA GPUs -->
3737
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend> -->
3838
<nd4j.backend>nd4j-native</nd4j.backend>

mvn-project-template/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ information regarding copyright ownership.
3232

3333
<!-- Properties Section. Change ND4J versions here, if required -->
3434
<properties>
35-
<dl4j-master.version>1.0.0-M2</dl4j-master.version>
35+
<dl4j-master.version>1.0.0-M2.1</dl4j-master.version>
3636
<logback.version>1.2.3</logback.version>
3737
<java.version>1.8</java.version>
3838
<maven-shade-plugin.version>2.4.3</maven-shade-plugin.version>

nd4j-ndarray-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ information regarding copyright ownership.
6262

6363

6464
<properties>
65-
<dl4j-master.version>1.0.0-M2</dl4j-master.version>
65+
<dl4j-master.version>1.0.0-M2.1</dl4j-master.version>
6666
<!-- Change the nd4j.backend property to nd4j-cuda-X-platform to use CUDA GPUs -->
6767
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend> -->
6868
<nd4j.backend>nd4j-native</nd4j.backend>

onnx-import-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ information regarding copyright ownership.
3232
<description>Loading models trained in keras or tensorflow</description>
3333

3434
<properties>
35-
<dl4j-master.version>1.0.0-M2</dl4j-master.version>
35+
<dl4j-master.version>1.0.0-M2.1</dl4j-master.version>
3636
<!-- Change the nd4j.backend property to nd4j-cuda-X-platform to use CUDA GPUs -->
3737
<nd4j.backend>nd4j-native</nd4j.backend>
3838
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend> -->

samediff-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ information regarding copyright ownership.
3232
<description>A set of beginner examples introducing the SameDiff framework</description>
3333

3434
<properties>
35-
<dl4j-master.version>1.0.0-M2</dl4j-master.version>
35+
<dl4j-master.version>1.0.0-M2.1</dl4j-master.version>
3636
<!-- Change the nd4j.backend property to nd4j-cuda-X-platform to use CUDA GPUs -->
3737
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend> -->
3838
<nd4j.backend>nd4j-native</nd4j.backend>

tensorflow-keras-import-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ information regarding copyright ownership.
3232
<description>Loading models trained in keras or tensorflow</description>
3333

3434
<properties>
35-
<dl4j-master.version>1.0.0-M2</dl4j-master.version>
35+
<dl4j-master.version>1.0.0-M2.1</dl4j-master.version>
3636
<!-- Change the nd4j.backend property to nd4j-cuda-X-platform to use CUDA GPUs -->
3737
<nd4j.backend>nd4j-native</nd4j.backend>
3838
<!-- <nd4j.backend>nd4j-cuda-10.2-platform</nd4j.backend> -->

0 commit comments

Comments
 (0)