diff --git a/src/TensorFlowNET.Core/Tensorflow.Binding.csproj b/src/TensorFlowNET.Core/Tensorflow.Binding.csproj
index 02578ec1..61b86168 100644
--- a/src/TensorFlowNET.Core/Tensorflow.Binding.csproj
+++ b/src/TensorFlowNET.Core/Tensorflow.Binding.csproj
@@ -5,7 +5,7 @@
Tensorflow.Binding
Tensorflow
2.10.0
- 0.100.5
+ 0.110.0
10.0
enable
Haiping Chen, Meinrad Recheis, Eli Belash
@@ -20,7 +20,7 @@
Google's TensorFlow full binding in .NET Standard.
Building, training and infering deep learning models.
https://tensorflownet.readthedocs.io
- 0.100.5.0
+ 0.110.0.0
tf.net 0.100.x and above are based on tensorflow native 2.10.0
@@ -38,7 +38,7 @@ https://tensorflownet.readthedocs.io
tf.net 0.7x.x aligns with TensorFlow v2.7.x native library.
tf.net 0.10x.x aligns with TensorFlow v2.10.x native library.
- 0.100.5.0
+ 0.110.0.0
LICENSE
true
packages
@@ -110,13 +110,13 @@ https://tensorflownet.readthedocs.io
-
+
-
+
diff --git a/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj b/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj
index 8b3c9265..320c3b67 100644
--- a/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj
+++ b/src/TensorFlowNET.Keras/Tensorflow.Keras.csproj
@@ -7,7 +7,7 @@
enable
Tensorflow.Keras
AnyCPU;x64
- 0.10.5
+ 0.11.0
Haiping Chen
Keras for .NET
Apache 2.0, Haiping Chen 2023
@@ -38,8 +38,8 @@ Keras is an API designed for human beings, not machines. Keras follows best prac
Git
true
Open.snk
- 0.10.5.0
- 0.10.5.0
+ 0.11.0.0
+ 0.11.0.0
LICENSE
Debug;Release;GPU
@@ -71,7 +71,7 @@ Keras is an API designed for human beings, not machines. Keras follows best prac
-
+
diff --git a/test/TensorflowNET.Hub.Unittest/KerasLayerTest.cs b/test/TensorflowNET.Hub.Unittest/KerasLayerTest.cs
index 4ee4d54c..b9a8ed80 100644
--- a/test/TensorflowNET.Hub.Unittest/KerasLayerTest.cs
+++ b/test/TensorflowNET.Hub.Unittest/KerasLayerTest.cs
@@ -6,6 +6,7 @@ namespace Tensorflow.Hub.Unittest
[TestClass]
public class KerasLayerTest
{
+ [Ignore]
[TestMethod]
public void SmallBert()
{