| @@ -10,7 +10,7 @@ | |||||
| <Nullable>enable</Nullable> | <Nullable>enable</Nullable> | ||||
| <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>False</GeneratePackageOnBuild> | |||||
| <Copyright>Apache 2.0, Haiping Chen $([System.DateTime]::UtcNow.ToString(yyyy))</Copyright> | <Copyright>Apache 2.0, Haiping Chen $([System.DateTime]::UtcNow.ToString(yyyy))</Copyright> | ||||
| <RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl> | <RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl> | ||||
| <RepositoryType>git</RepositoryType> | <RepositoryType>git</RepositoryType> | ||||
| @@ -22,6 +22,9 @@ Building, training and infering deep learning models. | |||||
| https://tensorflownet.readthedocs.io</Description> | https://tensorflownet.readthedocs.io</Description> | ||||
| <AssemblyVersion>0.110.0.0</AssemblyVersion> | <AssemblyVersion>0.110.0.0</AssemblyVersion> | ||||
| <PackageReleaseNotes> | <PackageReleaseNotes> | ||||
| tf.net 0.110.x and above are based on tensorflow native 2.11.0 | |||||
| * RNN, LSTM works. | |||||
| tf.net 0.100.x and above are based on tensorflow native 2.10.0 | tf.net 0.100.x and above are based on tensorflow native 2.10.0 | ||||
| * Eager Mode is added finally. | * Eager Mode is added finally. | ||||
| @@ -37,6 +40,7 @@ https://tensorflownet.readthedocs.io</Description> | |||||
| tf.net 0.6x.x aligns with TensorFlow v2.6.x native library. | tf.net 0.6x.x aligns with TensorFlow v2.6.x native library. | ||||
| tf.net 0.7x.x aligns with TensorFlow v2.7.x native library. | tf.net 0.7x.x aligns with TensorFlow v2.7.x native library. | ||||
| tf.net 0.10x.x aligns with TensorFlow v2.10.x native library. | 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> | </PackageReleaseNotes> | ||||
| <FileVersion>0.110.0.0</FileVersion> | <FileVersion>0.110.0.0</FileVersion> | ||||
| <PackageLicenseFile>LICENSE</PackageLicenseFile> | <PackageLicenseFile>LICENSE</PackageLicenseFile> | ||||
| @@ -31,7 +31,7 @@ | |||||
| Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages.</Description> | Keras is an API designed for human beings, not machines. Keras follows best practices for reducing cognitive load: it offers consistent & simple APIs, it minimizes the number of user actions required for common use cases, and it provides clear & actionable error messages.</Description> | ||||
| <Company>SciSharp STACK</Company> | <Company>SciSharp STACK</Company> | ||||
| <GeneratePackageOnBuild>true</GeneratePackageOnBuild> | |||||
| <GeneratePackageOnBuild>False</GeneratePackageOnBuild> | |||||
| <PackageTags>tensorflow, keras, deep learning, machine learning</PackageTags> | <PackageTags>tensorflow, keras, deep learning, machine learning</PackageTags> | ||||
| <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||||
| <PackageOutputPath>packages</PackageOutputPath> | <PackageOutputPath>packages</PackageOutputPath> | ||||
| @@ -24,9 +24,9 @@ | |||||
| </PropertyGroup> | </PropertyGroup> | ||||
| <ItemGroup> | <ItemGroup> | ||||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> | |||||
| <PackageReference Include="MSTest.TestAdapter" Version="2.2.8" /> | |||||
| <PackageReference Include="MSTest.TestFramework" Version="2.2.8" /> | |||||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" /> | |||||
| <PackageReference Include="MSTest.TestAdapter" Version="2.2.10" /> | |||||
| <PackageReference Include="MSTest.TestFramework" Version="2.2.10" /> | |||||
| <PackageReference Include="coverlet.collector" Version="3.2.0"> | <PackageReference Include="coverlet.collector" Version="3.2.0"> | ||||
| <PrivateAssets>all</PrivateAssets> | <PrivateAssets>all</PrivateAssets> | ||||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
| @@ -13,9 +13,9 @@ | |||||
| </PropertyGroup> | </PropertyGroup> | ||||
| <ItemGroup> | <ItemGroup> | ||||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> | |||||
| <PackageReference Include="MSTest.TestAdapter" Version="2.2.8" /> | |||||
| <PackageReference Include="MSTest.TestFramework" Version="2.2.8" /> | |||||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" /> | |||||
| <PackageReference Include="MSTest.TestAdapter" Version="2.2.10" /> | |||||
| <PackageReference Include="MSTest.TestFramework" Version="2.2.10" /> | |||||
| <PackageReference Include="coverlet.collector" Version="3.2.0"> | <PackageReference Include="coverlet.collector" Version="3.2.0"> | ||||
| <PrivateAssets>all</PrivateAssets> | <PrivateAssets>all</PrivateAssets> | ||||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
| @@ -44,9 +44,9 @@ | |||||
| <ItemGroup> | <ItemGroup> | ||||
| <PackageReference Include="FluentAssertions" Version="5.10.3" /> | <PackageReference Include="FluentAssertions" Version="5.10.3" /> | ||||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> | |||||
| <PackageReference Include="MSTest.TestAdapter" Version="2.2.8" /> | |||||
| <PackageReference Include="MSTest.TestFramework" Version="2.2.8" /> | |||||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" /> | |||||
| <PackageReference Include="MSTest.TestAdapter" Version="2.2.10" /> | |||||
| <PackageReference Include="MSTest.TestFramework" Version="2.2.10" /> | |||||
| <PackageReference Include="coverlet.collector" Version="3.2.0"> | <PackageReference Include="coverlet.collector" Version="3.2.0"> | ||||
| <PrivateAssets>all</PrivateAssets> | <PrivateAssets>all</PrivateAssets> | ||||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||||
| @@ -42,9 +42,9 @@ | |||||
| <ItemGroup> | <ItemGroup> | ||||
| <PackageReference Include="FluentAssertions" Version="5.10.3" /> | <PackageReference Include="FluentAssertions" Version="5.10.3" /> | ||||
| <PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.148" /> | <PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.148" /> | ||||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" /> | |||||
| <PackageReference Include="MSTest.TestAdapter" Version="2.2.8" /> | |||||
| <PackageReference Include="MSTest.TestFramework" Version="2.2.8" /> | |||||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" /> | |||||
| <PackageReference Include="MSTest.TestAdapter" Version="2.2.10" /> | |||||
| <PackageReference Include="MSTest.TestFramework" Version="2.2.10" /> | |||||
| </ItemGroup> | </ItemGroup> | ||||
| <ItemGroup> | <ItemGroup> | ||||
| @@ -37,7 +37,7 @@ | |||||
| <ItemGroup> | <ItemGroup> | ||||
| <PackageReference Include="BenchmarkDotNet" Version="0.13.5" /> | <PackageReference Include="BenchmarkDotNet" Version="0.13.5" /> | ||||
| <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.0" /> | |||||
| <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.4" /> | |||||
| </ItemGroup> | </ItemGroup> | ||||
| <ItemGroup> | <ItemGroup> | ||||
| @@ -20,7 +20,7 @@ | |||||
| </PropertyGroup> | </PropertyGroup> | ||||
| <ItemGroup> | <ItemGroup> | ||||
| <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.0" /> | |||||
| <PackageReference Include="SciSharp.TensorFlow.Redist" Version="2.11.4" /> | |||||
| </ItemGroup> | </ItemGroup> | ||||
| <ItemGroup> | <ItemGroup> | ||||