Skip to content

Commit 2522fef

Browse files
authored
Update initializers.py
1 parent 2eb3108 commit 2522fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/initializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def deconv2d_bilinear_upsampling_initializer(shape):
194194
195195
Examples
196196
--------
197-
- Upsampling by a factor of 2, ie e.g 100->200
197+
Upsampling by a factor of 2, ie e.g 100->200
198198
>>> import tensorflow as tf
199199
>>> import tensorlayer as tl
200200
>>> rescale_factor = 2

0 commit comments

Comments
 (0)