mindspore/tests/st/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
..
test_cpu_summary.py optimize summary support cpu 2020-06-15 19:17:16 +08:00
test_davinci_summary.py pylint warning clean 2020-05-25 11:52:36 +08:00
test_gpu_summary.py Add a callback named SummaryCollector and delete SummaryStep callback 2020-06-19 21:07:55 +08:00