is not current version
Last Version 0.17.0

ai.djl.pytorch:pytorch-model-zoo 0.9.0

Deep Java Library (DJL) model zoo for PyTorch

Categories

Categories

DJL Business Logic Libraries Machine Learning
GroupId

GroupId

ai.djl.pytorch
ArtifactId

ArtifactId

pytorch-model-zoo
Version

Version

0.9.0
Type

Type

jar

Download pytorch-model-zoo 0.9.0


<!-- https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-model-zoo/ -->
<dependency>
    <groupId>ai.djl.pytorch</groupId>
    <artifactId>pytorch-model-zoo</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-model-zoo/
implementation 'ai.djl.pytorch:pytorch-model-zoo:0.9.0'
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-model-zoo/
implementation ("ai.djl.pytorch:pytorch-model-zoo:0.9.0")
'ai.djl.pytorch:pytorch-model-zoo:jar:0.9.0'
<dependency org="ai.djl.pytorch" name="pytorch-model-zoo" rev="0.9.0">
  <artifact name="pytorch-model-zoo" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.pytorch', module='pytorch-model-zoo', version='0.9.0')
)
libraryDependencies += "ai.djl.pytorch" % "pytorch-model-zoo" % "0.9.0"
[ai.djl.pytorch/pytorch-model-zoo "0.9.0"]