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
This is an experimental API package for building Quantized Neural Networks. We are using matrix multiplication rather than add-minus and bit-count operation at the moment. Therefore, these APIs would not speed up the inferencing, for production, you can train model via TensorLayer and deploy the model into other customized C/C++ implementation (We probably provide users an extra C/C++ binary net framework that can load model from TensorLayer).
529
500
530
-
Note that, these experimental APIs can be changed in the future
501
+
Note that, these experimental APIs can be changed in the future.
531
502
532
503
533
504
Sign
@@ -607,7 +578,7 @@ QuantizedConv2dWithBN
607
578
Recurrent Layers
608
579
---------------------
609
580
610
-
Fixed Length Recurrent layer
581
+
Common Recurrent layer
611
582
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
612
583
All recurrent layers can implement any type of RNN cell by feeding different cell function (LSTM, GRU etc).
0 commit comments