You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

MANIFEST.in 237 B

5 years ago
1234567
  1. recursive-include mindinsight *
  2. recursive-exclude * .git
  3. recursive-exclude * .gitignore
  4. recursive-exclude * __pycache__
  5. recursive-exclude * *.py[co] *.swp
  6. recursive-exclude mindinsight/ui *
  7. recursive-include mindinsight/ui/dist *

MindInsight为MindSpore提供了简单易用的调优调试能力。在训练过程中,可以将标量、张量、图像、计算图、模型超参、训练耗时等数据记录到文件中,通过MindInsight可视化页面进行查看及分析。

Contributors (1)