|
@@ -5,7 +5,7 @@ |
|
|
<AssemblyName>TensorFlow.NET</AssemblyName> |
|
|
<AssemblyName>TensorFlow.NET</AssemblyName> |
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
<TargetTensorFlow>1.14.0</TargetTensorFlow> |
|
|
<TargetTensorFlow>1.14.0</TargetTensorFlow> |
|
|
<Version>0.11.1</Version> |
|
|
|
|
|
|
|
|
<Version>0.11.2</Version> |
|
|
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors> |
|
|
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors> |
|
|
<Company>SciSharp STACK</Company> |
|
|
<Company>SciSharp STACK</Company> |
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
|
@@ -17,16 +17,19 @@ |
|
|
<PackageTags>TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#</PackageTags> |
|
|
<PackageTags>TensorFlow, NumSharp, SciSharp, MachineLearning, TensorFlow.NET, C#</PackageTags> |
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
Docs: https://tensorflownet.readthedocs.io</Description> |
|
|
Docs: https://tensorflownet.readthedocs.io</Description> |
|
|
<AssemblyVersion>0.11.1.0</AssemblyVersion> |
|
|
|
|
|
|
|
|
<AssemblyVersion>0.11.2.0</AssemblyVersion> |
|
|
<PackageReleaseNotes>Changes since v0.10.0: |
|
|
<PackageReleaseNotes>Changes since v0.10.0: |
|
|
1. Upgrade NumSharp to v0.20. |
|
|
1. Upgrade NumSharp to v0.20. |
|
|
2. Add DisposableObject class to manage object lifetime. |
|
|
2. Add DisposableObject class to manage object lifetime. |
|
|
3. Add tf.no_op, tf.nn.in_top_k, tf.GraphKeys and tf.trainable_variables. |
|
|
3. Add tf.no_op, tf.nn.in_top_k, tf.GraphKeys and tf.trainable_variables. |
|
|
4. Change tensorflow to non-static class in order to execute some initialization process. |
|
|
4. Change tensorflow to non-static class in order to execute some initialization process. |
|
|
5. Overload session.run(), make syntax simpler. |
|
|
5. Overload session.run(), make syntax simpler. |
|
|
6. Add Local Response Normalization.</PackageReleaseNotes> |
|
|
|
|
|
|
|
|
6. Add Local Response Normalization. |
|
|
|
|
|
7. Add tf.image related APIs. |
|
|
|
|
|
8. Add tf.random_normal, tf.constant, tf.pad. |
|
|
|
|
|
9. MultiThread is safe.</PackageReleaseNotes> |
|
|
<LangVersion>7.3</LangVersion> |
|
|
<LangVersion>7.3</LangVersion> |
|
|
<FileVersion>0.11.1.0</FileVersion> |
|
|
|
|
|
|
|
|
<FileVersion>0.11.2.0</FileVersion> |
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
<SignAssembly>true</SignAssembly> |
|
|
<SignAssembly>true</SignAssembly> |
|
|