Browse Source

update release

tags/v1.2.0-rc1
luopengting 4 years ago
parent
commit
0378bca98f
1 changed files with 10 additions and 4 deletions
  1. +10
    -4
      RELEASE.md

+ 10
- 4
RELEASE.md View File

@@ -10,13 +10,9 @@
* check activation range
* check gradient vanishing
* check tensor overflow

* Support rechecking with new watch points on the same data.

* Newly designed tensor view with fix suggestions and tensor context to quickly locate root cause of problems.

* Support recommending watch points to find common precision problems.

* Support debugger on multigraph network.

### Profiler
@@ -37,6 +33,16 @@ Provide explanations and their benchmarks for image classification deep CNN mode
* Support 4 benchmark methods: Localization, Faithfulness, Class Sensitivity, Robustness
* Provide a high-level API (ImageClassificationRunner) for users to execute explanation methods and benchmark methods and store the results easily.

## API Change

### Improvements

#### Command Line Interface

* `--enable_debugger`: Support both 1 and True ([!1051](https://gitee.com/mindspore/mindinsight/pulls/1051))
* `ENABLE_MS_DEBUGGER`: Support both 1 and True ([!10199](https://gitee.com/mindspore/mindspore/pulls/10199))
* `parse_summary`: Add parse_summary function to convert summary file to image file and csv file ([!774](https://gitee.com/mindspore/mindinsight/pulls/774))

## Bugfixes

### Profiler


Loading…
Cancel
Save