| @@ -19,7 +19,7 @@ | |||||
| <Description>Google's TensorFlow full binding in .NET Standard. | <Description>Google's TensorFlow full binding in .NET Standard. | ||||
| Building, training and infering deep learning models. | Building, training and infering deep learning models. | ||||
| https://tensorflownet.readthedocs.io</Description> | https://tensorflownet.readthedocs.io</Description> | ||||
| <AssemblyVersion>0.31.2.0</AssemblyVersion> | |||||
| <AssemblyVersion>0.32.0.0</AssemblyVersion> | |||||
| <PackageReleaseNotes>tf.net 0.20.x and above are based on tensorflow native 2.x. | <PackageReleaseNotes>tf.net 0.20.x and above are based on tensorflow native 2.x. | ||||
| * Eager Mode is added finally. | * Eager Mode is added finally. | ||||
| @@ -27,10 +27,8 @@ https://tensorflownet.readthedocs.io</Description> | |||||
| * tf.data is added. | * tf.data is added. | ||||
| * autograph works partially. | * autograph works partially. | ||||
| TensorFlow .NET v0.30 is focused on making more Keras API work including: | |||||
| * tf.keras.datasets | |||||
| * Building keras model in subclass, functional and sequential api</PackageReleaseNotes> | |||||
| <FileVersion>0.31.2.0</FileVersion> | |||||
| TensorFlow .NET v0.3x is focused on making more Keras API works</PackageReleaseNotes> | |||||
| <FileVersion>0.32.0.0</FileVersion> | |||||
| <PackageLicenseFile>LICENSE</PackageLicenseFile> | <PackageLicenseFile>LICENSE</PackageLicenseFile> | ||||
| <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||||
| <SignAssembly>true</SignAssembly> | <SignAssembly>true</SignAssembly> | ||||
| @@ -18,7 +18,9 @@ | |||||
| * Support CIFAR-10 dataset in keras.datasets. | * Support CIFAR-10 dataset in keras.datasets. | ||||
| * Support Conv2D functional API. | * Support Conv2D functional API. | ||||
| * Support BatchNormalization layer.</PackageReleaseNotes> | |||||
| * Support BatchNormalization layer. | |||||
| * Building keras model in subclass, functional and sequential api | |||||
| * Implemented backward_function.</PackageReleaseNotes> | |||||
| <Description>Keras for .NET | <Description>Keras for .NET | ||||
| 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> | ||||
| @@ -20,6 +20,10 @@ | |||||
| <PlatformTarget>x64</PlatformTarget> | <PlatformTarget>x64</PlatformTarget> | ||||
| </PropertyGroup> | </PropertyGroup> | ||||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> | |||||
| <AllowUnsafeBlocks>true</AllowUnsafeBlocks> | |||||
| </PropertyGroup> | |||||
| <ItemGroup> | <ItemGroup> | ||||
| <PackageReference Include="FluentAssertions" Version="5.10.3" /> | <PackageReference Include="FluentAssertions" Version="5.10.3" /> | ||||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> | <PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" /> | ||||