Browse Source

v0.6.1-alpha for SiaNet

tags/v0.9
Oceania2018 6 years ago
parent
commit
226fd09ce0
1 changed files with 5 additions and 9 deletions
  1. +5
    -9
      src/TensorFlowNET.Core/TensorFlowNET.Core.csproj

+ 5
- 9
src/TensorFlowNET.Core/TensorFlowNET.Core.csproj View File

@@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>TensorFlow.NET</AssemblyName>
<RootNamespace>Tensorflow</RootNamespace>
<Version>0.6.0</Version>
<Version>0.6.1-alpha</Version>
<Authors>Haiping Chen</Authors>
<Company>SciSharp STACK</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
@@ -16,15 +16,11 @@
<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.6.0.0</AssemblyVersion>
<PackageReleaseNotes>Changes since v0.5:
Added Nearest Neighbor.
Fix memory leak issue when allocating Tensor.
Fix control flow bug.
More math APIs.
More unit tests.</PackageReleaseNotes>
<AssemblyVersion>0.6.1.0</AssemblyVersion>
<PackageReleaseNotes>Changes since v0.6:
More math/ linalg APIs.</PackageReleaseNotes>
<LangVersion>7.2</LangVersion>
<FileVersion>0.6.0.0</FileVersion>
<FileVersion>0.6.1.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">


Loading…
Cancel
Save