|
5 | 5 | <AssemblyName>TensorFlow.NET</AssemblyName> |
6 | 6 | <RootNamespace>Tensorflow</RootNamespace> |
7 | 7 | <TargetTensorFlow>1.14.0</TargetTensorFlow> |
8 | | - <Version>0.8.2</Version> |
9 | | - <Authors>Haiping Chen</Authors> |
| 8 | + <Version>0.8.3</Version> |
| 9 | + <Authors>Haiping Chen, Meinrad Recheis</Authors> |
10 | 10 | <Company>SciSharp STACK</Company> |
11 | | - <GeneratePackageOnBuild>false</GeneratePackageOnBuild> |
| 11 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
12 | 12 | <Copyright>Apache 2.0</Copyright> |
13 | 13 | <RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl> |
14 | 14 | <RepositoryType>git</RepositoryType> |
|
17 | 17 | <PackageTags>TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#</PackageTags> |
18 | 18 | <Description>Google's TensorFlow full binding in .NET Standard. |
19 | 19 | Docs: https://tensorflownet.readthedocs.io</Description> |
20 | | - <AssemblyVersion>0.8.2.0</AssemblyVersion> |
| 20 | + <AssemblyVersion>0.8.3.0</AssemblyVersion> |
21 | 21 | <PackageReleaseNotes>Changes since v0.8: |
22 | 22 |
|
23 | 23 | 1. Remove global static graph instance. |
24 | 24 | 2. Provide custom gradient function. |
25 | 25 | 3. Add gradient function for Conv2D. |
26 | | -4. Fix bug for Transfer Learning example.</PackageReleaseNotes> |
| 26 | +4. Fix bug for Transfer Learning example. |
| 27 | +5. Overload Graph.Import(byte[] bytes)</PackageReleaseNotes> |
27 | 28 | <LangVersion>7.2</LangVersion> |
28 | | - <FileVersion>0.8.2.0</FileVersion> |
| 29 | + <FileVersion>0.8.3.0</FileVersion> |
29 | 30 | </PropertyGroup> |
30 | 31 |
|
31 | 32 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
0 commit comments