|
|
@@ -5,7 +5,7 @@ |
|
|
|
<AssemblyName>TensorFlow.NET</AssemblyName> |
|
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
|
<TargetTensorFlow>1.14.1</TargetTensorFlow> |
|
|
|
<Version>0.13.0</Version> |
|
|
|
<Version>0.14.0</Version> |
|
|
|
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors> |
|
|
|
<Company>SciSharp STACK</Company> |
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
@@ -18,7 +18,7 @@ |
|
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
|
Building, training and infering deep learning models. |
|
|
|
https://tensorflownet.readthedocs.io</Description> |
|
|
|
<AssemblyVersion>0.13.0.0</AssemblyVersion> |
|
|
|
<AssemblyVersion>0.14.0.0</AssemblyVersion> |
|
|
|
<PackageReleaseNotes>Changes since v0.12.0: |
|
|
|
1: Add ICanBeFlattened for nest.flatten2. |
|
|
|
2: Complete the WhileContext. |
|
|
@@ -28,7 +28,7 @@ https://tensorflownet.readthedocs.io</Description> |
|
|
|
6: Add array_grad._SplitGrad(). |
|
|
|
7: Fix import_meta_graph exception if variables is empty.</PackageReleaseNotes> |
|
|
|
<LangVersion>7.3</LangVersion> |
|
|
|
<FileVersion>0.13.0.0</FileVersion> |
|
|
|
<FileVersion>0.14.0.0</FileVersion> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
|
<SignAssembly>true</SignAssembly> |
|
|
|