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.

RELEASE.md 9.0 kB

5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. ## MindInsight
  2. # Release 1.0.0
  3. ## Major Features and Improvements
  4. * Release MindSpore Debugger.
  5. * MindConverter ability is enhanced, supporting scripts generation based on PyTorch model.
  6. * Support training hyper-parameter importance visualization.
  7. * Support GPU timeline.
  8. ## Bugfixes
  9. * Optimize aicpu display method. ([!595](https://gitee.com/mindspore/mindinsight/pulls/595/files))
  10. * Add the summary loading switch mechanism. ([!601](https://gitee.com/mindspore/mindinsight/pulls/601/files))
  11. * Detect a summary dir having summary files or not. ([!632](https://gitee.com/mindspore/mindinsight/pulls/632/files))
  12. ## Thanks to our Contributors
  13. Thanks goes to these wonderful people:
  14. Congli Gao, Jianfeng Zhu, Zhenzhong Kou, Hongzhang Li, Longfei Li, Yongxiong Liang, Chongming Liu, Pengting Luo, Yanming Miao, Gongchang Ou, Yongxiu Qu, Luyu Qiu, Kai Wen, Yue Wang, Lihua Ye, Ximiao Yu, Yunshu Zhang, Ning Ma, Yihui Zhang, Shuide Wang, Hong Sheng, Ran Mo, Zhaohong Guo, Hui Pan, Junyan Qin, Weining Wang, Weifeng Huang, Yifan Xia.
  15. Contributions of any kind are welcome!
  16. # Release 0.7.0-beta
  17. ## Major Features and Improvements
  18. * Optimize node name display in computation graph.
  19. * MindSpore Profiler supports network training with GPU operators.
  20. * MindWizard generates classic network scripts according to user preference.
  21. * Web UI supports language internationalization, including both Chinese and English.
  22. ## Bugfixes
  23. * Optimize UI page initialization to handle timeout requests. ([!503](https://gitee.com/mindspore/mindinsight/pulls/503))
  24. * Fix the line break problem when the profiling file number is too long. ([!532](https://gitee.com/mindspore/mindinsight/pulls/532))
  25. ## Thanks to our Contributors
  26. Thanks goes to these wonderful people:
  27. Congli Gao, Weifeng Huang, Zhenzhong Kou, Hongzhang Li, Longfei Li, Yongxiong Liang, Chongming Liu, Pengting Luo, Yanming Miao, Gongchang Ou, Yongxiu Qu, Hui Pan, Luyu Qiu, Junyan Qin, Kai Wen, Weining Wang, Yue Wang, Zhuanke Wu, Yifan Xia, Lihua Ye, Weibiao Yu, Ximiao Yu, Yunshu Zhang, Ting Zhao, Jianfeng Zhu, Ning Ma, Yihui Zhang, Shuide Wang, Hong Sheng, Lin Pan, Ran Mo.
  28. Contributions of any kind are welcome!
  29. # Release 0.6.0-beta
  30. ## Major Features and Improvements
  31. * Provide monitoring capabilities for each of Ascend AI processor and other hardware resources, including CPU and memory.
  32. * Visualization of weight, gradient and other tensor data in model training.
  33. * Provide tabular from presentation of tensor data.
  34. * Provide histogram to show the distribution of tensor data and its change over time.
  35. ## Bugfixes
  36. * UI fix for the error message display mode of the tensor during real-time training. ([!465](https://gitee.com/mindspore/mindinsight/pulls/465))
  37. * The summary file size is larger than max_file_size. ([!3481](https://gitee.com/mindspore/dashboard/projects/mindspore/mindspore/pulls/3481))
  38. * Fix real-time training error when disk is full. ([!3058](https://gitee.com/mindspore/mindspore/pulls/3058))
  39. ## Thanks to our Contributors
  40. Thanks goes to these wonderful people:
  41. Congli Gao, Weifeng Huang, Zhenzhong Kou, Hongzhang Li, Longfei Li, Yongxiong Liang, Chongming Liu, Pengting Luo, Yanming Miao, Gongchang Ou, Yongxiu Qu, Hui Pan, Luyu Qiu, Junyan Qin, Kai Wen, Weining Wang, Yue Wang, Zhuanke Wu, Yifan Xia, Lihua Ye, Weibiao Yu, Ximiao Yu, Yunshu Zhang, Ting Zhao, Jianfeng Zhu, Ning Ma, Yihui Zhang, Shuide Wang.
  42. Contributions of any kind are welcome!
  43. # Release 0.5.0-beta
  44. ## Major Features and Improvements
  45. * MindSpore Profiler
  46. * Provide performance analyse tool for the input data pipeline.
  47. * Provide timeline analyse tool, which can show the detail of the streams/tasks.
  48. * Provide a tool to visualize the step trace information, which can be used to analyse the general performance of the neural network in each phase.
  49. * Provide profiling guides for the users to find the performance bottlenecks quickly.
  50. * CPU summary operations support for CPU summary data.
  51. * Over threshold warn support in scalar training dashboard.
  52. * Provide more user-friendly callback function for visualization
  53. * Provide unified callback `SummaryCollector` to log most commonly visualization event.
  54. * Discard the original visualization callback `SummaryStep`, `TrainLineage` and `EvalLineage`.
  55. * `SummaryRecord` provide new API `add_value` to collect data into cache for summary persistence.
  56. * `SummaryRecord` provide new API `set_mode` to distinguish summary persistence mode at different stages.
  57. * MindConverter supports conversion of more operators and networks, and improves its ease of use.
  58. ## Bugfixes
  59. * Fix FileNotFound exception by adding robust check for summary watcher ([!281](https://gitee.com/mindspore/mindinsight/pulls/281)).
  60. * UI fix operator table sort jump problem ([!283](https://gitee.com/mindspore/mindinsight/pulls/283)).
  61. * Dataset serializer return schema json str when schema type is `mindspore.dataset.engine.Schema` ([!2185](https://gitee.com/mindspore/mindspore/pulls/2185)).
  62. ## Thanks to our Contributors
  63. Thanks goes to these wonderful people:
  64. Chao Chen, Congli Gao, Ye Huang, Weifeng Huang, Zhenzhong Kou, Hongzhang Li, Longfei Li, Yongxiong Liang, Chongming Liu, Pengting Luo, Yanming Miao, Gongchang Ou, Yongxiu Qu, Hui Pan, Luyu Qiu, Junyan Qin, Kai Wen, Weining Wang, Yue Wang, Zhuanke Wu, Yifan Xia, Lihua Ye, Weibiao Yu, Ximiao Yu, Yunshu Zhang, Ting Zhao, Jianfeng Zhu.
  65. Contributions of any kind are welcome!
  66. # Release 0.3.0-alpha
  67. ## Major Features and Improvements
  68. * Profiling
  69. * Provide easy to use apis for profiling start/stop and profiling data analyse (on Ascend only).
  70. * Provide operators performance display and analysis on MindInsight UI.
  71. * Large scale network computation graph visualization.
  72. * Optimize summary record implementation and improve its performance.
  73. * Improve lineage usability
  74. * Optimize lineage display and enrich tabular operation.
  75. * Decouple lineage callback from `SummaryRecord`.
  76. * Support scalar compare of multiple runs.
  77. * Scripts conversion from other frameworks
  78. * Support for converting PyTorch scripts within TorchVision to MindSpore scripts automatically.
  79. ## Bugfixes
  80. * Fix pb files loaded problem when files are modified at the same time ([!53](https://gitee.com/mindspore/mindinsight/pulls/53)).
  81. * Fix load data thread stuck in `LineageCacheItemUpdater` ([!114](https://gitee.com/mindspore/mindinsight/pulls/114)).
  82. * Fix samples from previous steps erased due to tags size too large problem ([!86](https://gitee.com/mindspore/mindinsight/pulls/86)).
  83. * Fix image and histogram event package error ([!1143](https://gitee.com/mindspore/mindspore/pulls/1143)).
  84. * Equally distribute histogram ignoring actual step number to avoid large white space ([!66](https://gitee.com/mindspore/mindinsight/pulls/66)).
  85. ## Thanks to our Contributors
  86. Thanks goes to these wonderful people:
  87. Chao Chen, Congli Gao, Ye Huang, Weifeng Huang, Zhenzhong Kou, Hongzhang Li, Longfei Li, Yongxiong Liang, Pengting Luo, Yanming Miao, Gongchang Ou, Yongxiu Qu, Hui Pan, Luyu Qiu, Junyan Qin, Kai Wen, Weining Wang, Yue Wang, Zhuanke Wu, Yifan Xia, Weibiao Yu, Ximiao Yu, Ting Zhao, Jianfeng Zhu.
  88. Contributions of any kind are welcome!
  89. # Release 0.2.0-alpha
  90. ## Major Features and Improvements
  91. * Parameter distribution graph (Histogram).
  92. Now you can use [`HistogramSummary`](https://www.mindspore.cn/doc/api_python/en/master/mindspore/mindspore.ops.html#mindspore.ops.HistogramSummary) and MindInsight to record and visualize distribution info of tensors. See our [tutorial](https://www.mindspore.cn/tutorial/training/en/master/advanced_use/visualization_tutorials.html).
  93. * Lineage support Custom information
  94. * GPU support
  95. * Model and dataset tracking linkage support
  96. ## Bugfixes
  97. * Reduce cyclomatic complexity of `list_summary_directories` ([!11](https://gitee.com/mindspore/mindinsight/pulls/11)).
  98. * Fix unsafe functions and duplication files and redundant codes ([!14](https://gitee.com/mindspore/mindinsight/pulls/14)).
  99. * Fix sha256 checksum missing bug ([!24](https://gitee.com/mindspore/mindinsight/pulls/24)).
  100. * Fix graph bug when node name is empty ([!34](https://gitee.com/mindspore/mindinsight/pulls/34)).
  101. * Fix start/stop command error code incorrect ([!44](https://gitee.com/mindspore/mindinsight/pulls/44)).
  102. ## Thanks to our Contributors
  103. Thanks goes to these wonderful people:
  104. Ye Huang, Weifeng Huang, Zhenzhong Kou, Pengting Luo, Hongzhang Li, Yongxiong Liang, Gongchang Ou, Hui Pan, Luyu Qiu, Junyan Qin, Kai Wen, Weining Wang, Yifan Xia, Yunshu Zhang, Ting Zhao
  105. Contributions of any kind are welcome!
  106. # Release 0.1.0-alpha
  107. * Training process observation
  108. * Provides and displays training process information, including computational graphs and training process indicators.
  109. * Training result tracing
  110. * Provides functions of tracing and visualizing model training parameter information, including filtering and sorting of training data, model accuracy and training hyperparameters.