Browse Source

Release v0.110.4.

tags/v0.150.0-BERT-Model
Haiping Chen 2 years ago
parent
commit
eb4c1f4fb0
2 changed files with 8 additions and 7 deletions
  1. +5
    -4
      src/TensorFlowNET.Core/Tensorflow.Binding.csproj
  2. +3
    -3
      src/TensorFlowNET.Keras/Tensorflow.Keras.csproj

+ 5
- 4
src/TensorFlowNET.Core/Tensorflow.Binding.csproj View File

@@ -5,7 +5,7 @@
<AssemblyName>Tensorflow.Binding</AssemblyName> <AssemblyName>Tensorflow.Binding</AssemblyName>
<RootNamespace>Tensorflow</RootNamespace> <RootNamespace>Tensorflow</RootNamespace>
<TargetTensorFlow>2.11.0</TargetTensorFlow> <TargetTensorFlow>2.11.0</TargetTensorFlow>
<Version>0.110.3</Version>
<Version>0.110.4</Version>
<LangVersion>10.0</LangVersion> <LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<Authors>Haiping Chen, Eli Belash, Yaohui Liu, Meinrad Recheis</Authors> <Authors>Haiping Chen, Eli Belash, Yaohui Liu, Meinrad Recheis</Authors>
@@ -25,7 +25,8 @@ https://tensorflownet.readthedocs.io</Description>
tf.net 0.110.x and above are based on tensorflow native 2.11.0 tf.net 0.110.x and above are based on tensorflow native 2.11.0
* Support RNN, LSTM model. * Support RNN, LSTM model.
* Support Transformer model. * Support Transformer model.
* Added IMDB dataset.

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.
@@ -43,7 +44,7 @@ https://tensorflownet.readthedocs.io</Description>
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. tf.net 0.11x.x aligns with TensorFlow v2.11.x native library.
</PackageReleaseNotes> </PackageReleaseNotes>
<FileVersion>0.110.3.0</FileVersion>
<FileVersion>0.110.4.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageOutputPath>packages</PackageOutputPath> <PackageOutputPath>packages</PackageOutputPath>
@@ -174,7 +175,7 @@ https://tensorflownet.readthedocs.io</Description>
<ItemGroup> <ItemGroup>
<PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.149" /> <PackageReference Include="MethodBoundaryAspect.Fody" Version="2.0.149" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OneOf" Version="3.0.255" />
<PackageReference Include="OneOf" Version="3.0.263" />
<PackageReference Include="Protobuf.Text" Version="0.7.1" /> <PackageReference Include="Protobuf.Text" Version="0.7.1" />
<PackageReference Include="Razorvine.Pickle" Version="1.4.0" /> <PackageReference Include="Razorvine.Pickle" Version="1.4.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" /> <PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />


+ 3
- 3
src/TensorFlowNET.Keras/Tensorflow.Keras.csproj View File

@@ -7,7 +7,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<RootNamespace>Tensorflow.Keras</RootNamespace> <RootNamespace>Tensorflow.Keras</RootNamespace>
<Platforms>AnyCPU;x64</Platforms> <Platforms>AnyCPU;x64</Platforms>
<Version>0.11.3</Version>
<Version>0.11.4</Version>
<Authors>Haiping Chen</Authors> <Authors>Haiping Chen</Authors>
<Product>Keras for .NET</Product> <Product>Keras for .NET</Product>
<Copyright>Apache 2.0, Haiping Chen since 2018</Copyright> <Copyright>Apache 2.0, Haiping Chen since 2018</Copyright>
@@ -42,8 +42,8 @@ Keras is an API designed for human beings, not machines. Keras follows best prac
<RepositoryType>Git</RepositoryType> <RepositoryType>Git</RepositoryType>
<SignAssembly>False</SignAssembly> <SignAssembly>False</SignAssembly>
<AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>Open.snk</AssemblyOriginatorKeyFile>
<AssemblyVersion>0.11.3.0</AssemblyVersion>
<FileVersion>0.11.3.0</FileVersion>
<AssemblyVersion>0.11.4.0</AssemblyVersion>
<FileVersion>0.11.4.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageLicenseFile>LICENSE</PackageLicenseFile>
<Configurations>Debug;Release;GPU</Configurations> <Configurations>Debug;Release;GPU</Configurations>
</PropertyGroup> </PropertyGroup>


Loading…
Cancel
Save