|
|
@@ -5,7 +5,7 @@ |
|
|
|
<AssemblyName>Tensorflow.Binding</AssemblyName> |
|
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
|
<TargetTensorFlow>2.10.0</TargetTensorFlow> |
|
|
|
<Version>0.110.0</Version> |
|
|
|
<Version>0.110.1</Version> |
|
|
|
<LangVersion>10.0</LangVersion> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors> |
|
|
@@ -20,7 +20,7 @@ |
|
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
|
Building, training and infering deep learning models. |
|
|
|
https://tensorflownet.readthedocs.io</Description> |
|
|
|
<AssemblyVersion>0.110.0.0</AssemblyVersion> |
|
|
|
<AssemblyVersion>0.110.1.0</AssemblyVersion> |
|
|
|
<PackageReleaseNotes> |
|
|
|
tf.net 0.110.x and above are based on tensorflow native 2.11.0 |
|
|
|
* RNN, LSTM works. |
|
|
@@ -42,7 +42,7 @@ https://tensorflownet.readthedocs.io</Description> |
|
|
|
tf.net 0.10x.x aligns with TensorFlow v2.10.x native library. |
|
|
|
tf.net 0.11x.x aligns with TensorFlow v2.11.x native library. |
|
|
|
</PackageReleaseNotes> |
|
|
|
<FileVersion>0.110.0.0</FileVersion> |
|
|
|
<FileVersion>0.110.1.0</FileVersion> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
|
<PackageOutputPath>packages</PackageOutputPath> |
|
|
|