Skip to content

Instantly share code, notes, and snippets.

@roywei
Created May 21, 2020 21:56
Show Gist options
  • Save roywei/c6cfdf513c1813305acb4dc93d47338c to your computer and use it in GitHub Desktop.
Save roywei/c6cfdf513c1813305acb4dc93d47338c to your computer and use it in GitHub Desktop.
repositories {
jcenter()
}
dependencies {
implementation "ai.djl:api:0.5.0"
implementation "ai.djl.tensorflow:tensorflow-api:0.5.0"
implementation "ai.djl.tensorflow:tensorflow-engine:0.5.0"
runtimeOnly "ai.djl.tensorflow:tensorflow-native-auto:2.1.0"
runtimeOnly "org.slf4j:slf4j-simple:1.7.29"
testImplementation "junit:junit:4.12"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment