提交 1430c9e6 编写于 作者: K kinghuin 提交者: wuzewu

discard task_id

上级 bc362fe9
......@@ -605,8 +605,8 @@ class Module(object):
"input_ids", "position_ids", "segment_ids", "input_mask",
"task_ids"
]
logger.warning(
"For %s, it's no necessary to feed task_ids." % self.name)
logger.warning("For %s, it's no necessary to feed task_ids now."
% self.name)
else:
feed_list = [
"input_ids", "position_ids", "segment_ids", "input_mask"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册