mindspore2022/tests/ut/python/train/summary
ougongchang 939cd29d7e Add a callback named SummaryCollector and delete SummaryStep callback
I added a SummaryCollector to help users automatically collect information
such as the network, loss, learning rate and so on, making it easier to collect this information.

It also can collect train lineage and eval lineage information which is
collected by TrainLineage Callback and EvalLineage Callback in
MindInsight.

I also add some UT for SummaryCollect to keep the code correct.
2020-06-19 21:07:55 +08:00
..
__init__.py pylint waring clean 2020-05-13 11:30:27 +08:00
test_graph_summary.py Add a callback named SummaryCollector and delete SummaryStep callback 2020-06-19 21:07:55 +08:00
test_histogram_summary.py enhance the SummaryRecord with set_mode and add_value 2020-06-19 13:03:00 +08:00
test_image_summary.py Add a callback named SummaryCollector and delete SummaryStep callback 2020-06-19 21:07:55 +08:00
test_summary.py Add a callback named SummaryCollector and delete SummaryStep callback 2020-06-19 21:07:55 +08:00
test_summary_abnormal_input.py Add a callback named SummaryCollector and delete SummaryStep callback 2020-06-19 21:07:55 +08:00
test_summary_collector.py Add a callback named SummaryCollector and delete SummaryStep callback 2020-06-19 21:07:55 +08:00
test_summary_ops_params_valid_check.py Put the parameter validation of the Summary operator into the python layer 2020-05-22 21:23:43 +08:00
test_tensor_summary.py pylint clean 2020-05-26 19:11:12 +08:00