!9632 delete useless code

From: @jinyaohui
Reviewed-by: @zh_qh,@kingxian
Signed-off-by: @kingxian
This commit is contained in:
mindspore-ci-bot 2020-12-08 15:00:25 +08:00 committed by Gitee
commit 8848def671
1 changed files with 0 additions and 2 deletions

View File

@ -197,8 +197,6 @@ class CellList(_CellListBase, Cell):
>>> cell_ls = nn.CellList([bn])
>>> cell_ls.insert(0, conv)
>>> cell_ls.append(relu)
>>> x = Tensor(np.random.random((1, 3, 4, 4)), dtype=mindspore.float32)
>>> # not same as nn.SequentialCell, `cell_ls(x)` is not correct
>>> cell_ls
CellList<
(0): Conv2d<input_channels=100, ..., bias_init=None>