|
|
|
@@ -5,7 +5,7 @@ |
|
|
|
<AssemblyName>TensorFlow.NET</AssemblyName> |
|
|
|
<RootNamespace>Tensorflow</RootNamespace> |
|
|
|
<TargetTensorFlow>2.2.0</TargetTensorFlow> |
|
|
|
<Version>0.60.6</Version> |
|
|
|
<Version>0.70.0</Version> |
|
|
|
<LangVersion>9.0</LangVersion> |
|
|
|
<Nullable>enable</Nullable> |
|
|
|
<Authors>Haiping Chen, Meinrad Recheis, Eli Belash</Authors> |
|
|
|
@@ -20,22 +20,23 @@ |
|
|
|
<Description>Google's TensorFlow full binding in .NET Standard. |
|
|
|
Building, training and infering deep learning models. |
|
|
|
https://tensorflownet.readthedocs.io</Description> |
|
|
|
<AssemblyVersion>0.60.6.0</AssemblyVersion> |
|
|
|
<PackageReleaseNotes>tf.net 0.60.x and above are based on tensorflow native 2.6.0 |
|
|
|
<AssemblyVersion>0.70.0.0</AssemblyVersion> |
|
|
|
<PackageReleaseNotes> |
|
|
|
tf.net 0.70.x and above are based on tensorflow native 2.7.0 |
|
|
|
|
|
|
|
* Eager Mode is added finally. |
|
|
|
* tf.keras is partially working. |
|
|
|
* tf.data is added. |
|
|
|
* Autograph works partially. |
|
|
|
* Improve memory usage. |
|
|
|
* Eager Mode is added finally. |
|
|
|
* tf.keras is partially working. |
|
|
|
* tf.data is added. |
|
|
|
* Autograph works partially. |
|
|
|
* Improve memory usage. |
|
|
|
|
|
|
|
TensorFlow .NET v0.3x is focused on making more Keras API works. |
|
|
|
Keras API is a separate package released as TensorFlow.Keras. |
|
|
|
TensorFlow .NET v0.3x is focused on making more Keras API works. |
|
|
|
Keras API is a separate package released as TensorFlow.Keras. |
|
|
|
|
|
|
|
tf.net 0.4x.x aligns with TensorFlow v2.4.1 native library. |
|
|
|
tf.net 0.5x.x aligns with TensorFlow v2.5.x native library. |
|
|
|
tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.</PackageReleaseNotes> |
|
|
|
<FileVersion>0.60.6.0</FileVersion> |
|
|
|
tf.net 0.4x.x aligns with TensorFlow v2.4.1 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.</PackageReleaseNotes> |
|
|
|
<FileVersion>0.70.0.0</FileVersion> |
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile> |
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
|
<SignAssembly>true</SignAssembly> |
|
|
|
@@ -92,6 +93,6 @@ tf.net 0.6x.x aligns with TensorFlow v2.6.x native library.</PackageReleaseNotes |
|
|
|
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.144" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.0" /> |
|
|
|
<PackageReference Include="Protobuf.Text" Version="0.5.0" /> |
|
|
|
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.0" /> |
|
|
|
<PackageReference Include="Serilog.Sinks.Console" Version="4.0.1" /> |
|
|
|
</ItemGroup> |
|
|
|
</Project> |