资源算法partial_conv-Tensorflow

partial_conv-Tensorflow

2019-12-26 | |  70 |   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-server

    allennlp-server Serve allennlp services as sep...

  • ubuntu-allennlp

    ubuntu-allennlp AllenAI AllenNLP image based o...

  • allennlp_extras

    allennlp_extras Some utilities build on top of...

  • allennlp-dureader

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

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...