提交 dc9f87d0 authored 作者: Vikram's avatar Vikram

Minor spacing issue fixed

上级 66f6e192
...@@ -52,7 +52,7 @@ def get_conv_output_shape(image_shape, kernel_shape, ...@@ -52,7 +52,7 @@ def get_conv_output_shape(image_shape, kernel_shape,
number of output channels, height and width of the output, number of number of output channels, height and width of the output, number of
input channels, height and width of the kernel. input channels, height and width of the kernel.
None where undefined. None where undefined.
border_mode: string, int (symbolic or numeric) or tuple of int (symbolic border_mode: string, int (symbolic or numeric) or tuple of int (symbolic
or numeric) or pairs of ints. If it is a string, it must be 'valid', or numeric) or pairs of ints. If it is a string, it must be 'valid',
'half' or 'full'. If it is a tuple, its two (or three) elements respectively 'half' or 'full'. If it is a tuple, its two (or three) elements respectively
correspond to the padding on height and width (and possibly depth) correspond to the padding on height and width (and possibly depth)
...@@ -174,7 +174,7 @@ def get_conv_gradweights_shape(image_shape, top_shape, ...@@ -174,7 +174,7 @@ def get_conv_gradweights_shape(image_shape, top_shape,
image shape. Its four (or five) element must correspond respectively image shape. Its four (or five) element must correspond respectively
to: batch size, number of output channels, height and width (and to: batch size, number of output channels, height and width (and
possibly depth) of the image. None where undefined. possibly depth) of the image. None where undefined.
border_mode: string, int (symbolic or numeric) or tuple of int (symbolic border_mode: string, int (symbolic or numeric) or tuple of int (symbolic
or numeric) or pairs of ints. If it is a string, it must be 'valid', or numeric) or pairs of ints. If it is a string, it must be 'valid',
'half' or 'full'. If it is a tuple, its two (or three) elements respectively 'half' or 'full'. If it is a tuple, its two (or three) elements respectively
correspond to the padding on height and width (and possibly depth) correspond to the padding on height and width (and possibly depth)
...@@ -298,7 +298,7 @@ def get_conv_gradinputs_shape(kernel_shape, top_shape, ...@@ -298,7 +298,7 @@ def get_conv_gradinputs_shape(kernel_shape, top_shape,
image shape. Its four (or five) element must correspond respectively image shape. Its four (or five) element must correspond respectively
to: batch size, number of output channels, height and width (and to: batch size, number of output channels, height and width (and
possibly depth) of the image. None where undefined. possibly depth) of the image. None where undefined.
border_mode: string, int (symbolic or numeric) or tuple of int (symbolic border_mode: string, int (symbolic or numeric) or tuple of int (symbolic
or numeric) or pairs of ints. If it is a string, it must be 'valid', or numeric) or pairs of ints. If it is a string, it must be 'valid',
'half' or 'full'. If it is a tuple, its two (or three) elements respectively 'half' or 'full'. If it is a tuple, its two (or three) elements respectively
correspond to the padding on height and width (and possibly depth) correspond to the padding on height and width (and possibly depth)
...@@ -426,7 +426,7 @@ def check_conv_gradinputs_shape(image_shape, kernel_shape, output_shape, ...@@ -426,7 +426,7 @@ def check_conv_gradinputs_shape(image_shape, kernel_shape, output_shape,
output shape. Its four (or five) elements must correspond respectively output shape. Its four (or five) elements must correspond respectively
to: batch size, number of output channels, height and width to: batch size, number of output channels, height and width
(and possibly depth) of the output. None where undefined. (and possibly depth) of the output. None where undefined.
border_mode: string, int (symbolic or numeric) or tuple of int (symbolic border_mode: string, int (symbolic or numeric) or tuple of int (symbolic
or numeric) or pairs of ints. If it is a string, it must be 'valid', or numeric) or pairs of ints. If it is a string, it must be 'valid',
'half' or 'full'. If it is a tuple, its two (or three) elements respectively 'half' or 'full'. If it is a tuple, its two (or three) elements respectively
correspond to the padding on height and width (and possibly depth) correspond to the padding on height and width (and possibly depth)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论