Skip to content

Commit 7e516e8

Browse files
committed
upload SRGAN link in docs
1 parent fce71f4 commit 7e516e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,7 +2109,7 @@ def MeanPool3d(net, filter_size, strides, padding='valid', data_format='channels
21092109
## Super resolution
21102110
def SubpixelConv2d(net, scale=2, n_out_channel=None, act=tf.identity, name='subpixel_conv2d'):
21112111
"""The :class:`SubpixelConv2d` class is a sub-pixel 2d convolutional ayer, usually be used
2112-
for super-resolution application.
2112+
for Super-Resolution applications, `example code <https://github.com/zsdonghao/SRGAN/>`_.
21132113
21142114
Parameters
21152115
------------

0 commit comments

Comments
 (0)