[orx-tensorflow] Upgrade to tensorflow java 0.4.0

This commit is contained in:
Edwin Jakobs
2022-03-03 21:36:52 +01:00
parent 29f90f0940
commit 9b4230d1d8
5 changed files with 4 additions and 19 deletions

View File

@@ -69,12 +69,12 @@ project.ext {
kotlinVersion = "1.6.10"
kotlinApiVersion = "1.6"
spekVersion = "2.0.15"
libfreenectVersion = "0.5.7-1.5.4"
librealsense2Version = "2.29.0-1.5.4"
libfreenectVersion = "0.5.7-1.5.7"
librealsense2Version = "2.50.0-1.5.7"
gsonVersion = "2.9.0"
antlrVersion = "4.9.3"
tensorflowVersion = "0.3.3"
mklDnnVersion = "0.21.5-1.5.4"
tensorflowVersion = "0.4.0"
mklDnnVersion = "0.21.5-1.5.7"
}
allprojects {

View File

@@ -1,4 +0,0 @@
dependencies {
runtimeOnly "org.bytedeco:mkl-dnn:$mklDnnVersion:linux-x86_64"
runtimeOnly "org.tensorflow:tensorflow-core-api:$tensorflowVersion:linux-x86_64-mkl"
}

View File

@@ -1,4 +0,0 @@
dependencies {
runtimeOnly "org.bytedeco:mkl-dnn:$mklDnnVersion:macosx-x86_64"
runtimeOnly "org.tensorflow:tensorflow-core-api:$tensorflowVersion:macosx-x86_64-mkl"
}

View File

@@ -1,4 +0,0 @@
dependencies {
runtimeOnly "org.bytedeco:mkl-dnn:$mklDnnVersion:windows-x86_64"
runtimeOnly "org.tensorflow:tensorflow-core-api:$tensorflowVersion:windows-x86_64"
}

View File

@@ -52,9 +52,6 @@ include 'openrndr-demos',
'orx-jvm:orx-tensorflow',
'orx-jvm:orx-tensorflow-gpu-natives-linux-x64',
'orx-jvm:orx-tensorflow-gpu-natives-windows',
'orx-jvm:orx-tensorflow-mkl-natives-linux-x64',
'orx-jvm:orx-tensorflow-mkl-natives-macos',
'orx-jvm:orx-tensorflow-mkl-natives-windows',
'orx-jvm:orx-tensorflow-natives-linux-x64',
'orx-jvm:orx-tensorflow-natives-macos',
'orx-jvm:orx-tensorflow-natives-windows',