提交 0955e2d8 编写于 作者: W wangxiao

fix bugs

上级 935909d8
......@@ -218,7 +218,7 @@ def merge_input_attrs(backbone_attr, task_attrs, insert_taskid=True, insert_batc
names = []
start = 0
if insert_taskid:
ret.append(([1], 'int64'))
ret.append(([1, 1], 'int64'))
names.append('__task_id')
start += 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册