Skip to content

Commit a0fc3f8

Browse files
committed
need to manually download tensorflow v1.14.
1 parent 92b3a88 commit a0fc3f8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/TensorFlowNET.Core/TensorFlowNET.Core.csproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<AssemblyName>TensorFlow.NET</AssemblyName>
66
<RootNamespace>Tensorflow</RootNamespace>
77
<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>
1010
<Company>SciSharp STACK</Company>
11-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
11+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<Copyright>Apache 2.0</Copyright>
1313
<RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
@@ -17,15 +17,16 @@
1717
<PackageTags>TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#</PackageTags>
1818
<Description>Google's TensorFlow full binding in .NET Standard.
1919
Docs: https://tensorflownet.readthedocs.io</Description>
20-
<AssemblyVersion>0.8.2.0</AssemblyVersion>
20+
<AssemblyVersion>0.8.3.0</AssemblyVersion>
2121
<PackageReleaseNotes>Changes since v0.8:
2222

2323
1. Remove global static graph instance.
2424
2. Provide custom gradient function.
2525
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>
2728
<LangVersion>7.2</LangVersion>
28-
<FileVersion>0.8.2.0</FileVersion>
29+
<FileVersion>0.8.3.0</FileVersion>
2930
</PropertyGroup>
3031

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

0 commit comments

Comments
 (0)