Browse Source

lineagemgr: fix EvalLineage comments

pull/180/head
kouzhenzhong 5 years ago
parent
commit
b7c77d55ad
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mindinsight/lineagemgr/collection/model/model_lineage.py

+ 1
- 0
mindinsight/lineagemgr/collection/model/model_lineage.py View File

@@ -236,6 +236,7 @@ class EvalLineage(Callback):
""" """
Collect lineage of an evaluation job. Collect lineage of an evaluation job.


Args:
summary_record (Union[SummaryRecord, str]): The `SummaryRecord` object which summary_record (Union[SummaryRecord, str]): The `SummaryRecord` object which
is used to record the summary value(see mindspore.train.summary.SummaryRecord), 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 or a log dir(as a `str`) to be passed to `LineageSummary` to create


Loading…
Cancel
Save