|
|
@@ -4,10 +4,10 @@ |
|
|
|
<TargetFramework>netstandard2.0</TargetFramework> |
|
|
|
<AssemblyName>TensorFlow.NET</AssemblyName> |
|
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
|
<Version>0.5.2</Version> |
|
|
|
<Version>0.6.0</Version> |
|
|
|
<Authors>Haiping Chen</Authors> |
|
|
|
<Company>SciSharp STACK</Company> |
|
|
|
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
|
<Copyright>Apache 2.0</Copyright> |
|
|
|
<RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl> |
|
|
|
<RepositoryType>git</RepositoryType> |
|
|
@@ -16,12 +16,15 @@ |
|
|
|
<PackageTags>TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#</PackageTags> |
|
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
|
Docs: https://tensorflownet.readthedocs.io</Description> |
|
|
|
<AssemblyVersion>0.5.2.0</AssemblyVersion> |
|
|
|
<AssemblyVersion>0.6.0.0</AssemblyVersion> |
|
|
|
<PackageReleaseNotes>Changes since v0.5: |
|
|
|
Added Nearest Neighbor. |
|
|
|
Bug memory leak issue when allocating Tensor.</PackageReleaseNotes> |
|
|
|
Fix memory leak issue when allocating Tensor. |
|
|
|
Fix control flow bug. |
|
|
|
More math APIs. |
|
|
|
More unit tests.</PackageReleaseNotes> |
|
|
|
<LangVersion>7.2</LangVersion> |
|
|
|
<FileVersion>0.5.2.0</FileVersion> |
|
|
|
<FileVersion>0.6.0.0</FileVersion> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
|
@@ -45,6 +48,7 @@ Bug memory leak issue when allocating Tensor.</PackageReleaseNotes> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Google.Protobuf" Version="3.7.0" /> |
|
|
|
<PackageReference Include="NumSharp" Version="0.9.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
@@ -57,8 +61,4 @@ Bug memory leak issue when allocating Tensor.</PackageReleaseNotes> |
|
|
|
<Folder Include="Keras\Initializers\" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\..\NumSharp\src\NumSharp.Core\NumSharp.Core.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |