Skip to content

Commit

Permalink
Fix wrong description (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Sep 11, 2018
1 parent 4621cc7 commit a6d67bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorlayer/layers/convolution/dorefa_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class DorefaConv2d(Layer):
"""The :class:`DorefaConv2d` class is a binary fully connected layer, which weights are 'bitW' bits and the output of the previous layer
"""The :class:`DorefaConv2d` class is a 2D quantized convolutional layer, which weights are 'bitW' bits and the output of the previous layer
are 'bitA' bits while inferencing.
Note that, the bias vector would not be binarized.
Expand Down

0 comments on commit a6d67bc

Please sign in to comment.