Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release_0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
juliabeliaeva committed Jun 6, 2022
2 parents fb57fdf + e7c4929 commit 8a97116
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,12 @@ To use the full power of KotlinDL (including the `onnx` and `visualization` modu
dependencies {
implementation 'org.jetbrains.kotlinx:kotlin-deeplearning-api:[KOTLIN-DL-VERSION]'
implementation 'org.jetbrains.kotlinx:kotlin-deeplearning-dataset:[KOTLIN-DL-VERSION]'
implementation 'org.jetbrains.kotlinx:kotlin-deeplearning-onnx:[KOTLIN-DL-VERSION]'
implementation 'org.jetbrains.kotlinx:kotlin-deeplearning-visualization:[KOTLIN-DL-VERSION]'
}
```

Or add just one dependency if you don’t need datasets, ONNX and visualization:
Or add just one dependency if you don’t need ONNX and visualization:

```groovy
repositories {
Expand Down

0 comments on commit 8a97116

Please sign in to comment.