p

pytorch-engine

Deep Java Library (DJL) Engine Adapter for PyTorch
http://www.djl.ai/pytorch/pytorch-engine
The Apache License, Version 2.0
DJL.AI Team
Files download
File Operation
pytorch-engine-0.8.0.jar download
pytorch-engine-0.8.0.pom download
pytorch-engine-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.djl.pytorch</groupId>
  <artifactId>pytorch-engine</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'ai.djl.pytorch:pytorch-engine:0.8.0'
Gradle Kotlin
implementation("ai.djl.pytorch:pytorch-engine:0.8.0")
Scala SBT
libraryDependencies += "ai.djl.pytorch" % "pytorch-engine" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='ai.djl.pytorch', module='pytorch-engine', version='0.8.0')
)
Apache Ivy
<dependency org="ai.djl.pytorch" name="pytorch-engine" rev="0.8.0" />
Leiningen
[ai.djl.pytorch/pytorch-engine "0.8.0"]
Apache Buildr
'ai.djl.pytorch:pytorch-engine:jar:0.8.0'
Dependencies

compile

|-- ai.djl:api:0.8.0