Skip to content

Commit 85f500b

Browse files
author
GroG
committed
removed deeplearning4j
1 parent c154ca0 commit 85f500b

30 files changed

+57
-4791
lines changed

pom.xml

+6-59
Original file line numberDiff line numberDiff line change
@@ -198,64 +198,6 @@
198198
</dependency>
199199
<!-- CsvConnector end -->
200200

201-
<!-- Deeplearning4j begin -->
202-
<dependency>
203-
<groupId>org.bytedeco</groupId>
204-
<artifactId>javacpp</artifactId>
205-
<version>1.5.11</version>
206-
<scope>provided</scope>
207-
</dependency>
208-
<dependency>
209-
<groupId>org.deeplearning4j</groupId>
210-
<artifactId>deeplearning4j-core</artifactId>
211-
<version>1.0.0-M2.1</version>
212-
<scope>provided</scope>
213-
<exclusions>
214-
<exclusion>
215-
<groupId>org.slf4j</groupId>
216-
<artifactId>slf4j-api</artifactId>
217-
</exclusion>
218-
</exclusions>
219-
</dependency>
220-
<dependency>
221-
<groupId>org.deeplearning4j</groupId>
222-
<artifactId>deeplearning4j-zoo</artifactId>
223-
<version>1.0.0-M2.1</version>
224-
<scope>provided</scope>
225-
</dependency>
226-
<dependency>
227-
<groupId>org.deeplearning4j</groupId>
228-
<artifactId>deeplearning4j-nn</artifactId>
229-
<version>1.0.0-M2.1</version>
230-
<scope>provided</scope>
231-
</dependency>
232-
<dependency>
233-
<groupId>org.deeplearning4j</groupId>
234-
<artifactId>deeplearning4j-modelimport</artifactId>
235-
<version>1.0.0-M2.1</version>
236-
<scope>provided</scope>
237-
</dependency>
238-
<dependency>
239-
<groupId>miniXCEPTION</groupId>
240-
<artifactId>miniXCEPTION</artifactId>
241-
<version>0.0</version>
242-
<scope>provided</scope>
243-
<type>zip</type>
244-
</dependency>
245-
<dependency>
246-
<groupId>org.nd4j</groupId>
247-
<artifactId>nd4j-native-platform</artifactId>
248-
<version>1.0.0-M2.1</version>
249-
<scope>provided</scope>
250-
</dependency>
251-
<dependency>
252-
<groupId>com.twelvemonkeys.imageio</groupId>
253-
<artifactId>imageio-core</artifactId>
254-
<version>3.1.1</version>
255-
<scope>provided</scope>
256-
</dependency>
257-
<!-- Deeplearning4j end -->
258-
259201
<!-- DiscordBot begin -->
260202
<dependency>
261203
<groupId>net.dv8tion</groupId>
@@ -1088,7 +1030,12 @@
10881030
<version>1.5.11</version>
10891031
<scope>provided</scope>
10901032
</dependency>
1091-
<!-- Duplicate entry for org.bytedeco-javacpp-1.5.11 skipping -->
1033+
<dependency>
1034+
<groupId>org.bytedeco</groupId>
1035+
<artifactId>javacpp</artifactId>
1036+
<version>1.5.11</version>
1037+
<scope>provided</scope>
1038+
</dependency>
10921039
<dependency>
10931040
<groupId>org.bytedeco</groupId>
10941041
<artifactId>openblas</artifactId>

src/main/java/org/myrobotlab/deeplearning4j/CharacterIterator.java

-297
This file was deleted.

0 commit comments

Comments
 (0)