You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<PackageReleaseNotes>Keras for .NET is a C# version of Keras ported from the python version.
19
-
20
-
* Support CIFAR-10 dataset in keras.datasets.
21
-
* Support Conv2D functional API.
22
-
* Support BatchNormalization layer.
23
-
* Building keras model in subclass, functional and sequential api
24
-
* Implemented backward_function.
25
-
* Support model.load_weights.
26
-
* Add Subtract layer
27
-
* Text preprocessing
28
-
* Preprocessing.timeseries_dataset_from_array
29
-
* Fixed memory leak for YOLOv3 model.
30
-
* Support RNN and LSTM models</PackageReleaseNotes>
18
+
<PackageReleaseNotes>
19
+
Keras for .NET is a C# version of Keras ported from the python version.
20
+
21
+
* Support CIFAR-10 dataset in keras.datasets.
22
+
* Support Conv2D functional API.
23
+
* Support BatchNormalization layer.
24
+
* Building keras model in subclass, functional and sequential api
25
+
* Implemented backward_function.
26
+
* Support model.load_weights.
27
+
* Add Subtract layer
28
+
* Text preprocessing
29
+
* Preprocessing.timeseries_dataset_from_array
30
+
* Fixed memory leak for YOLOv3 model.
31
+
* Support RNN and LSTM models
32
+
* Support Transformer model
33
+
</PackageReleaseNotes>
31
34
<Description>Keras for .NET
32
35
33
36
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>
@@ -39,8 +42,8 @@ Keras is an API designed for human beings, not machines. Keras follows best prac
0 commit comments