diff --git a/src/TensorFlowNET.Core/Tensorflow.Binding.csproj b/src/TensorFlowNET.Core/Tensorflow.Binding.csproj
index c8349438..daed825c 100644
--- a/src/TensorFlowNET.Core/Tensorflow.Binding.csproj
+++ b/src/TensorFlowNET.Core/Tensorflow.Binding.csproj
@@ -5,7 +5,7 @@
TensorFlow.NET
Tensorflow
2.2.0
- 0.20.1
+ 0.21.0
8.0
Haiping Chen, Meinrad Recheis, Eli Belash
SciSharp STACK
@@ -19,13 +19,14 @@
Google's TensorFlow full binding in .NET Standard.
Building, training and infering deep learning models.
https://tensorflownet.readthedocs.io
- 0.20.1.0
+ 0.21.0.0
tf.net 0.20.x and above are based on tensorflow native 2.x.
* Eager Mode is added finally.
* tf.keras is partially working.
-* tf.data is added.
- 0.20.1.0
+* tf.data is added.
+* autograph works partially.
+ 0.21.0.0
LICENSE
true
false
@@ -76,6 +77,7 @@ https://tensorflownet.readthedocs.io
+