/pytorch-java-interface

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status

dl-modelrunner-java: pytorch

JAR file

To use with maven:

<dependency>
  <groupId>io.bioimage</groupId>
  <artifactId>dl-modelrunner-pytorch</artifactId>
  <version>0.3.0</version>
</dependency>

and add to </repositories> the following:

<repository>
  <id>scijava.public</id>
  <url>https://maven.scijava.org/content/groups/public</url>
</repository>