|
|
@@ -5,7 +5,7 @@ |
|
|
|
<AssemblyName>TensorFlow.NET</AssemblyName> |
|
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
|
<TargetTensorFlow>2.2.0</TargetTensorFlow> |
|
|
|
<Version>0.40.0</Version> |
|
|
|
<Version>0.40.1</Version> |
|
|
|
<LangVersion>8.0</LangVersion> |
|
|
|
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors> |
|
|
|
<Company>SciSharp STACK</Company> |
|
|
@@ -19,7 +19,7 @@ |
|
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
|
Building, training and infering deep learning models. |
|
|
|
https://tensorflownet.readthedocs.io</Description> |
|
|
|
<AssemblyVersion>0.40.0.0</AssemblyVersion> |
|
|
|
<AssemblyVersion>0.40.1.0</AssemblyVersion> |
|
|
|
<PackageReleaseNotes>tf.net 0.20.x and above are based on tensorflow native 2.x. |
|
|
|
|
|
|
|
* Eager Mode is added finally. |
|
|
@@ -32,7 +32,7 @@ TensorFlow .NET v0.3x is focused on making more Keras API works. |
|
|
|
Keras API is a separate package released as TensorFlow.Keras. |
|
|
|
|
|
|
|
tf.net 0.4x.x aligns with TensorFlow v2.4.1 native library.</PackageReleaseNotes> |
|
|
|
<FileVersion>0.40.0.0</FileVersion> |
|
|
|
<FileVersion>0.40.1.0</FileVersion> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
|
<SignAssembly>true</SignAssembly> |
|
|
|