From b7c77d55adb4fee68004fd6c219b69fa902e8881 Mon Sep 17 00:00:00 2001 From: kouzhenzhong Date: Thu, 28 May 2020 10:36:32 +0800 Subject: [PATCH] lineagemgr: fix EvalLineage comments --- mindinsight/lineagemgr/collection/model/model_lineage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mindinsight/lineagemgr/collection/model/model_lineage.py b/mindinsight/lineagemgr/collection/model/model_lineage.py index 6b4547c..bfaa2cb 100644 --- a/mindinsight/lineagemgr/collection/model/model_lineage.py +++ b/mindinsight/lineagemgr/collection/model/model_lineage.py @@ -236,6 +236,7 @@ class EvalLineage(Callback): """ Collect lineage of an evaluation job. + Args: summary_record (Union[SummaryRecord, str]): The `SummaryRecord` object which is used to record the summary value(see mindspore.train.summary.SummaryRecord), or a log dir(as a `str`) to be passed to `LineageSummary` to create -- GitLab