diff --git a/TensorFlow.NET.sln b/TensorFlow.NET.sln
index 53f0cf57..8d230d26 100644
--- a/TensorFlow.NET.sln
+++ b/TensorFlow.NET.sln
@@ -23,8 +23,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TensorFlowDatasets", "src\T
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TensorFlowNET.Examples.GPU", "test\TensorFlowNET.Examples\TensorFlowNET.Examples.GPU.csproj", "{6F6B3382-8F87-4CD9-BF87-C81D5405685A}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NumSharp.Core", "..\NumSharp\src\NumSharp.Core\NumSharp.Core.csproj", "{4E3C61B7-D6F7-4E8F-B74A-47B6CD40D838}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -71,10 +69,6 @@ Global
{6F6B3382-8F87-4CD9-BF87-C81D5405685A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F6B3382-8F87-4CD9-BF87-C81D5405685A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F6B3382-8F87-4CD9-BF87-C81D5405685A}.Release|Any CPU.Build.0 = Release|Any CPU
- {4E3C61B7-D6F7-4E8F-B74A-47B6CD40D838}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {4E3C61B7-D6F7-4E8F-B74A-47B6CD40D838}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {4E3C61B7-D6F7-4E8F-B74A-47B6CD40D838}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {4E3C61B7-D6F7-4E8F-B74A-47B6CD40D838}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/src/TensorFlowHub/TensorFlowHub.csproj b/src/TensorFlowHub/TensorFlowHub.csproj
index ae79533a..97e6497e 100644
--- a/src/TensorFlowHub/TensorFlowHub.csproj
+++ b/src/TensorFlowHub/TensorFlowHub.csproj
@@ -17,6 +17,6 @@
https://avatars3.githubusercontent.com/u/44989469?s=200&v=4
-
+
\ No newline at end of file
diff --git a/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj b/src/TensorFlowNET.Core/TensorFlowNET.Core.csproj
index d6a71320..abd6e1bf 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.11
+ 0.11.0
Haiping Chen, Meinrad Recheis
SciSharp STACK
true
@@ -17,28 +17,10 @@
TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#
Google's TensorFlow full binding in .NET Standard.
Docs: https://tensorflownet.readthedocs.io
- 0.10.11.0
- Changes since v0.9.0:
-
-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.
-5. Add back gen_ops.cs.
-6. Add StridedSliceGrad.
-7. Add BatchMatMulGrad.
-8. Upgrade NumSharp.
-9. Fix strided_slice_grad type convention error.
-10. Add AbsGrad.
-11. Fix Session.LoadFromSavedModel(string).
-12. Add Tensor operator overloads.
-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.
-17. Graph inherit from DisposableObject.
+ 0.11.10.0
+ Changes since v0.10.0:
7.3
- 0.10.11.0
+ 0.11.10.0
LICENSE
true
true
@@ -70,14 +52,11 @@ Docs: https://tensorflownet.readthedocs.io
+
-
-
-
-
diff --git a/test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj b/test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj
index 436ccdeb..848512f0 100644
--- a/test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj
+++ b/test/TensorFlowNET.UnitTest/TensorFlowNET.UnitTest.csproj
@@ -23,7 +23,6 @@
-