[orx-tensorflow] Upgrade to tensorflow java 0.4.0
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
dependencies {
|
||||
runtimeOnly "org.bytedeco:mkl-dnn:$mklDnnVersion:windows-x86_64"
|
||||
runtimeOnly "org.tensorflow:tensorflow-core-api:$tensorflowVersion:windows-x86_64"
|
||||
}
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user