Skip to content

Commit 2df8790

Browse files
authored
Update FEATURES.md: remove asymmetric padding note
1 parent bce657d commit 2df8790

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

FEATURES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,14 @@ weight_by_label_freqs in LossParameter
9191
TensorFlow (Converter) related
9292
------------------------------
9393
AVE_TF (average pooling excluding the paddings) in PoolingParameter
94-
*pad_type (asymmetric padding) in ConvolutionParameter and PoolingParameter
94+
pad_type (asymmetric padding) in ConvolutionParameter and PoolingParameter
9595
ceil_mode in PoolingParameter
9696
relu6 in ReLUParameter
9797
pad.py (customized Python layer)
9898
stridedslice.py (customized Python layer)
9999
shape.py (customized Python layer)
100100

101101

102-
***Special Note**: pad_type (asymmetric padding) does not support the cuDNN acceleration now, [explanations](https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-caffe/commit/b193bc72180a295ea9322837a9735cd72a552f7e#comments); To use it, you must turn off the cuDNN acceleration switch in *Makefile.config* for building.
103-
104102

105103
For more details, please refer to [caffe.proto](https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-caffe/blob/master/src/caffe/proto/caffe.proto) and the corresponding source code.
106104

0 commit comments

Comments
 (0)