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
文件下载
文件名 操作
pytorch-engine-0.7.0.jar 下载
pytorch-engine-0.7.0.pom 下载
pytorch-engine-0.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ai.djl.pytorch</groupId>
  <artifactId>pytorch-engine</artifactId>
  <version>0.7.0</version>
</dependency>
Gradle Groovy
implementation 'ai.djl.pytorch:pytorch-engine:0.7.0'
Gradle Kotlin
implementation("ai.djl.pytorch:pytorch-engine:0.7.0")
Scala SBT
libraryDependencies += "ai.djl.pytorch" % "pytorch-engine" % "0.7.0"
Groovy Grape
@Grapes(
  @Grab(group='ai.djl.pytorch', module='pytorch-engine', version='0.7.0')
)
Apache Ivy
<dependency org="ai.djl.pytorch" name="pytorch-engine" rev="0.7.0" />
Leiningen
[ai.djl.pytorch/pytorch-engine "0.7.0"]
Apache Buildr
'ai.djl.pytorch:pytorch-engine:jar:0.7.0'
本项目依赖

compile

|-- ai.djl:api:0.7.0