From d228b6f6b602fa49ffd1a1d1a8da7370bbacecdf Mon Sep 17 00:00:00 2001 From: Oceania2018 Date: Tue, 23 Jul 2019 23:07:20 -0500 Subject: [PATCH] change text. --- src/TensorFlowNET.Core/TensorFlowNET.Core.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj index 84f4a59e..5e85d29f 100644 --- a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj +++ b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj @@ -12,12 +12,12 @@ Apache 2.0 https://github.com/SciSharp/TensorFlow.NET git - https://github.com/SciSharp + http://scisharpstack.org 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 -Learn more about .NET AI: https://medium.com/scisharp +Medium: https://medium.com/scisharp 0.10.0.0 Changes since v0.9.0: @@ -26,7 +26,8 @@ Learn more about .NET AI: https://medium.com/scisharp 3. Create Tensor from array without copying. 4. Fix path issue of Transfer Learning example on Linux. 5. Add back gen_ops.cs. -5. Add StridedSliceGrad. +6. Add StridedSliceGrad. +7. Add BatchMatMulGrad. 7.2 0.10.0.0 LICENSE