|
5 | 5 | <AssemblyName>TensorFlow.NET</AssemblyName> |
6 | 6 | <RootNamespace>Tensorflow</RootNamespace> |
7 | 7 | <TargetTensorFlow>2.2.0</TargetTensorFlow> |
8 | | - <Version>0.60.6</Version> |
| 8 | + <Version>0.70.0</Version> |
9 | 9 | <LangVersion>9.0</LangVersion> |
10 | 10 | <Nullable>enable</Nullable> |
11 | 11 | <Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors> |
|
20 | 20 | <Description>Google's TensorFlow full binding in .NET Standard. |
21 | 21 | Building, training and infering deep learning models. |
22 | 22 | https://tensorflownet.readthedocs.io</Description> |
23 | | - <AssemblyVersion>0.60.6.0</AssemblyVersion> |
24 | | - <PackageReleaseNotes>tf.net 0.60.x and above are based on tensorflow native 2.6.0 |
| 23 | + <AssemblyVersion>0.70.0.0</AssemblyVersion> |
| 24 | + <PackageReleaseNotes> |
| 25 | + tf.net 0.70.x and above are based on tensorflow native 2.7.0 |
25 | 26 |
|
26 | | -* Eager Mode is added finally. |
27 | | -* tf.keras is partially working. |
28 | | -* tf.data is added. |
29 | | -* Autograph works partially. |
30 | | -* Improve memory usage. |
| 27 | + * Eager Mode is added finally. |
| 28 | + * tf.keras is partially working. |
| 29 | + * tf.data is added. |
| 30 | + * Autograph works partially. |
| 31 | + * Improve memory usage. |
31 | 32 |
|
32 | | -TensorFlow .NET v0.3x is focused on making more Keras API works. |
33 | | -Keras API is a separate package released as TensorFlow.Keras. |
| 33 | + TensorFlow .NET v0.3x is focused on making more Keras API works. |
| 34 | + Keras API is a separate package released as TensorFlow.Keras. |
34 | 35 |
|
35 | | -tf.net 0.4x.x aligns with TensorFlow v2.4.1 native library. |
36 | | -tf.net 0.5x.x aligns with TensorFlow v2.5.x native library. |
37 | | -tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.</PackageReleaseNotes> |
38 | | - <FileVersion>0.60.6.0</FileVersion> |
| 36 | + tf.net 0.4x.x aligns with TensorFlow v2.4.1 native library. |
| 37 | + tf.net 0.6x.x aligns with TensorFlow v2.6.x native library. |
| 38 | + tf.net 0.7x.x aligns with TensorFlow v2.7.x native library.</PackageReleaseNotes> |
| 39 | + <FileVersion>0.70.0.0</FileVersion> |
39 | 40 | <PackageLicenseFile>LICENSE</PackageLicenseFile> |
40 | 41 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
41 | 42 | <SignAssembly>true</SignAssembly> |
@@ -92,6 +93,6 @@ tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.</PackageReleaseNotes |
92 | 93 | <PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.144" /> |
93 | 94 | <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> |
94 | 95 | <PackageReference Include="Protobuf.Text" Version="0.5.0" /> |
95 | | - <PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" /> |
| 96 | + <PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" /> |
96 | 97 | </ItemGroup> |
97 | 98 | </Project> |
0 commit comments