is not current version
Last Version 0.17.0

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

PyTorch model zoo for DJL

Categories

Categories

DJL Business Logic Libraries Machine Learning
GroupId

GroupId

ai.djl.pytorch
ArtifactId

ArtifactId

pytorch-model-zoo
Version

Version

0.4.1
Type

Type

jar

Download pytorch-model-zoo 0.4.1


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