-
-
-
Deep Convolution Generative Adversarial Networks 源码
# Deep Convolution Generative Adversarial Networks
This example implements the paper [Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks](http://arxiv.org/abs/1511.06434)
-
-
Dilated Convolution和普通感受野计算的python实现
... n层卷积核大小 striden表示前n-1层stride乘积
striden = strides= stride1*stride2*…*striden-1
这里对Dilated/Atrous Convolution的感受野计算也进行下实现
其实Dilated/Atrous Convolution理解起来很简单多孔卷积,仅仅是为了增加感受野,参数不变
当dilation = 1时就和普通卷积一样
如果 ...
-
-
-
-
-
-
Image zooming using directional cubic convolution interpolation
... . It is also called image interpolation because it is usually implemented by interpolation. Keys'; cubic convolution ( CC) interpolation method has become a standard in the image interpolation field, but CC interpolates indiscriminately the ...
-