资源算法partial_conv-Tensorflow

partial_conv-Tensorflow

2019-12-26 | |  79 |   0 |   0

PartialConv-Tensorflow

Simple Tensorflow implementation of Partial Convolution based Padding

图片.png

How to use

  # typical convolution layer with zero padding
  x = conv(x, channels, kernel=3, stride=2, use_bias=True, padding='SAME', scope='conv')  
  # partial convolution based padding
  x = partial_conv(x, channels, kernel=3, stride=2, use_bias=True, padding='SAME', scope='conv')

Results

Activation map

图片.png

图片.png

图片.png

Author

Junho Kim


上一篇:constant-memory-waveglow

下一篇:partialconv-gsu

用户评价
全部评价

热门资源

  • allennlp_extras

    allennlp_extras Some utilities build on top of...

  • allennlp-server

    allennlp-server Serve allennlp services as sep...

  • allennlp-speech

    allennlp-speech

  • allennlp-dureader

    An Apache 2.0 NLP research library, built on Py...

  • qp_testing

    qp_testing mkdir build cd build cmake .. make