From 174241d5a7e14ed78d96fffcc1bd9b2655aa1927 Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Tue, 13 Aug 2019 22:11:03 -0500 Subject: [PATCH] update notes. --- src/TensorFlowNET.Core/TensorFlowNET.Core.csproj | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj index 2afe9057..175486f1 100644 --- a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj +++ b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj @@ -5,7 +5,7 @@ TensorFlow.NET Tensorflow 1.14.0 - 0.10.10 + 0.10.11 Haiping Chen, Meinrad Recheis SciSharp STACK true @@ -17,7 +17,7 @@ TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C# Google's TensorFlow full binding in .NET Standard. Docs: https://tensorflownet.readthedocs.io - 0.10.10.0 + 0.10.11.0 Changes since v0.9.0: 1. Added full connected Convolution Neural Network example. @@ -35,9 +35,10 @@ Docs: https://tensorflownet.readthedocs.io 13. Fix default graph and operation issue when import model. 14. Fix TF_String endcode and decode. 15. Fix Tensor memory leak. -16. Rename with to tf_with that is only used to build graph purpose. +16. Rename with to tf_with that is only used to build graph purpose. +17. Graph inherit from DisposableObject. 7.2 - 0.10.10.0 + 0.10.11.0 LICENSE true true