From 464144d80b228e51eaf488cb1b279fd60a72eb5f Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Thu, 18 Jul 2019 06:16:58 -0500 Subject: [PATCH] Add back gen_ops.cs and release 0.10.0 rc. --- src/TensorFlowNET.Core/TensorFlowNET.Core.csproj | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj index 79c718a2..ba075d87 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.0-beta + 0.10.0-rc Haiping Chen, Meinrad Recheis SciSharp STACK true @@ -24,7 +24,8 @@ Learn more about .NET AI: https://medium.com/scisharp 1. Added full connected Convolution Neural Network example. 2. Take dependency on SciSharp.TensorFlow.Redist. 3. Create Tensor from array without copying. -4. Fix path issue of Transfer Learning example on Linux. +4. Fix path issue of Transfer Learning example on Linux. +5. Add back gen_ops.cs. 7.2 0.10.0.0 LICENSE @@ -52,10 +53,6 @@ Learn more about .NET AI: https://medium.com/scisharp - - - -