提交 b099fd71 编写于 作者: C Channingss

deletec comment

上级 23d489c3
...@@ -1380,8 +1380,8 @@ class OpSet9(): ...@@ -1380,8 +1380,8 @@ class OpSet9():
node, idx=5 - miss_arg_num, copy=True) node, idx=5 - miss_arg_num, copy=True)
x_shape = val_x.out_shapes[0] x_shape = val_x.out_shapes[0]
print(x_shape)
#assert x_shape[1] == 1, 'only X with batch_size = 1 supported' assert x_shape[1] == 1, 'only X with batch_size = 1 supported'
assert node.get_attr('clip', None) is None, 'clipping not supported' assert node.get_attr('clip', None) is None, 'clipping not supported'
hidden_size = node.get_attr('hidden_size', None) hidden_size = node.get_attr('hidden_size', None)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册