5
5
<AssemblyName >Tensorflow.Binding</AssemblyName >
6
6
<RootNamespace >Tensorflow</RootNamespace >
7
7
<TargetTensorFlow >2.11.0</TargetTensorFlow >
8
- <Version >0.110.3 </Version >
8
+ <Version >0.110.4 </Version >
9
9
<LangVersion >10.0</LangVersion >
10
10
<Nullable >enable</Nullable >
11
11
<Authors >Haiping Chen, Eli Belash, Yaohui Liu, Meinrad Recheis</Authors >
@@ -25,7 +25,8 @@ https://tensorflownet.readthedocs.io</Description>
25
25
tf.net 0.110.x and above are based on tensorflow native 2.11.0
26
26
* Support RNN, LSTM model.
27
27
* Support Transformer model.
28
-
28
+ * Added IMDB dataset.
29
+
29
30
tf.net 0.100.x and above are based on tensorflow native 2.10.0
30
31
31
32
* Eager Mode is added finally.
@@ -43,7 +44,7 @@ https://tensorflownet.readthedocs.io</Description>
43
44
tf.net 0.10x.x aligns with TensorFlow v2.10.x native library.
44
45
tf.net 0.11x.x aligns with TensorFlow v2.11.x native library.
45
46
</PackageReleaseNotes >
46
- <FileVersion >0.110.3 .0</FileVersion >
47
+ <FileVersion >0.110.4 .0</FileVersion >
47
48
<PackageLicenseFile >LICENSE</PackageLicenseFile >
48
49
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
49
50
<PackageOutputPath >packages</PackageOutputPath >
@@ -174,7 +175,7 @@ https://tensorflownet.readthedocs.io</Description>
174
175
<ItemGroup >
175
176
<PackageReference Include =" MethodBoundaryAspect.Fody" Version =" 2.0.149" />
176
177
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
177
- <PackageReference Include =" OneOf" Version =" 3.0.255 " />
178
+ <PackageReference Include =" OneOf" Version =" 3.0.263 " />
178
179
<PackageReference Include =" Protobuf.Text" Version =" 0.7.1" />
179
180
<PackageReference Include =" Razorvine.Pickle" Version =" 1.4.0" />
180
181
<PackageReference Include =" Serilog.Sinks.Console" Version =" 4.1.0" />
0 commit comments