提交 ca739d12 编写于 作者: L Luo Tao

fix conflict

上级 3ae7541a
...@@ -109,7 +109,7 @@ class ReshapeLayerTest(unittest.TestCase): ...@@ -109,7 +109,7 @@ class ReshapeLayerTest(unittest.TestCase):
expand = layer.expand( expand = layer.expand(
input=weight, input=weight,
expand_as=pixel, expand_as=pixel,
expand_level=layer.ExpandLevel.FROM_TIMESTEP) expand_level=layer.ExpandLevel.FROM_NO_SEQUENCE)
repeat = layer.repeat(input=pixel, num_repeats=4) repeat = layer.repeat(input=pixel, num_repeats=4)
reshape = layer.seq_reshape(input=pixel, reshape_size=4) reshape = layer.seq_reshape(input=pixel, reshape_size=4)
rotate = layer.rotate(input=pixel, height=16, width=49) rotate = layer.rotate(input=pixel, height=16, width=49)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册