From a0fc3f8f390ee141784a284cc09a72c9125c6a4a Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Wed, 26 Jun 2019 20:47:15 -0500 Subject: [PATCH] need to manually download tensorflow v1.14. --- src/TensorFlowNET.Core/TensorFlowNET.Core.csproj | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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