diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
index 7bc7ae52..f1ee0cdd 100644
--- a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
+++ b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
@@ -5,10 +5,10 @@
TensorFlow.NET
Tensorflow
1.14.0
- 0.8.2
- Haiping Chen
+ 0.8.3
+ Haiping Chen, Meinrad Recheis
SciSharp STACK
- false
+ true
Apache 2.0
https://github.com/SciSharp/TensorFlow.NET
git
@@ -17,15 +17,16 @@
TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#
Google's TensorFlow full binding in .NET Standard.
Docs: https://tensorflownet.readthedocs.io
- 0.8.2.0
+ 0.8.3.0
Changes since v0.8:
1. Remove global static graph instance.
2. Provide custom gradient function.
3. Add gradient function for Conv2D.
-4. Fix bug for Transfer Learning example.
+4. Fix bug for Transfer Learning example.
+5. Overload Graph.Import(byte[] bytes)
7.2
- 0.8.2.0
+ 0.8.3.0