提交 31f6eb35 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Typo fix: Contant -> Constant

上级 2dfedca8
......@@ -55,10 +55,10 @@ def conv2d(input, filters, image_shape=None, filter_shape=None,
:type subsample: tuple of len 2
:param subsample: factor by which to subsample the output
:type image_shape: tuple of len 4 of int or Contant variable
:type image_shape: tuple of len 4 of int or Constant variable
:param image_shape: (batch size, stack size, nb row, nb col)
Optional, used for optimization.
:type filter_shape: tuple of len 4 of int or Contant variable
:type filter_shape: tuple of len 4 of int or Constant variable
:param filter_shape: (nb filters, stack size, nb row, nb col)
Optional, used for optimization.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论