From 1660ea9956468893e9da8be855224af2798554a0 Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Tue, 9 Jul 2019 07:06:42 -0500 Subject: [PATCH] released v0.9.0. --- README.md | 4 +++- TensorFlow.NET.sln | 4 ++-- src/TensorFlowNET.Core/TensorFlowNET.Core.csproj | 9 ++++++++- .../TensorFlowNET.Examples/TensorFlowNET.Examples.csproj | 1 - 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 457a1533..de7bba88 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,9 @@ git pull upstream master Feel free to star or raise issue on [Github](https://github.com/SciSharp/TensorFlow.NET). -Join our chat on [Gitter](https://gitter.im/sci-sharp/community) or +Follow us on [Medium](https://medium.com/scisharp). + +Join our chat on [Gitter](https://gitter.im/sci-sharp/community). Scan QR code to join Tencent TIM group: diff --git a/TensorFlow.NET.sln b/TensorFlow.NET.sln index 523a148c..874f8082 100644 --- a/TensorFlow.NET.sln +++ b/TensorFlow.NET.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.168 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29025.244 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TensorFlowNET.UnitTest", "test\TensorFlowNET.UnitTest\TensorFlowNET.UnitTest.csproj", "{029A8CF1-CF95-4DCB-98AA-9D3D96A83B3E}" EndProject diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj index 3fd562c6..4c783790 100644 --- a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj +++ b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj @@ -16,7 +16,8 @@ https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C# Google's TensorFlow full binding in .NET Standard. -Docs: https://tensorflownet.readthedocs.io +Docs: https://tensorflownet.readthedocs.io +Learn more about .NET AI: https://medium.com/scisharp 0.9.0.0 Changes since v0.8.3: @@ -25,6 +26,8 @@ Docs: https://tensorflownet.readthedocs.io 3. Fixed AdaOptimizer issue. 7.2 0.9.0.0 + LICENSE + false @@ -40,6 +43,10 @@ Docs: https://tensorflownet.readthedocs.io + + True + + diff --git a/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj b/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj index 176a4d58..e64e6df8 100644 --- a/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj +++ b/test/TensorFlowNET.Examples/TensorFlowNET.Examples.csproj @@ -17,7 +17,6 @@ -