提交 fecb1ad8 authored 作者: Frederic's avatar Frederic

More clean documentation. The other cases aren't tested, and I won't add the test for them.

上级 0eff3fc6
......@@ -114,11 +114,8 @@ def conv3d(signals, filters,
shape: [Nf, Tf, C, Hf, Wf]
:param signals_shape: None or a tuple/list with the shape of signals
:param filters_shape: None or a tuple/list with the shape of filters
:param border_mode: tuple of 3 string mode names (or just a mode name,
which means a homogenous tuple). A mode name can be one of
'full', 'valid', and 'same'.
:param border_mode: The only one tested is 'valid'.
:note: the border_mode 'same' is not implemented.
"""
if isinstance(border_mode, str):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论