Skip to content

Commit

Permalink
Added the vgg16 model
Browse files Browse the repository at this point in the history
  • Loading branch information
asmehra95 committed May 27, 2017
1 parent 6b174ec commit 9ea855b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 161 deletions.
7 changes: 7 additions & 0 deletions tika-dl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@
<artifactId>nd4j-native-platform</artifactId>
<version>${dl4j.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.14</version>
</dependency>

</dependencies>

<build>
Expand Down

This file was deleted.

0 comments on commit 9ea855b

Please sign in to comment.