mindspore-ci-bot
7f69f76e4e
!1080 fix sigmoid function and add reluv2 in recommended watchpoint condtions
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
1766db8442
!1078 UI fix bug that loading not disappear after click next node at last step and reset data of watchpoint hits
From: @huang_wei_feng4
Reviewed-by: @panhui3,@lilongfei15,@wangyue01
Signed-off-by: @wangyue01
5 years ago
jiangshuqiang
bf852b1cdc
fix sigmoid function and add reluv2 in recommended watchpoint condtions
5 years ago
WeiFeng-mindinsight
698623f8d4
UI fix bug that loading not disappear after click next node at last step and reset data of watchpoint hits
5 years ago
mindspore-ci-bot
73fab05b01
!1071 UI compare-plate / update chart-option formatter to show one-point data
From: @weiyanxi
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
97ab7a91c0
!1073 update release for 1.1.0
From: @luopengting
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
5 years ago
luopengting
eee49546c5
update release for 1.1.0
5 years ago
weiyanxi
895ae05c90
UI compare-plate / update chart-option formatter to show one-point data
5 years ago
mindspore-ci-bot
c57866adb4
!1069 update pull_data and delete mode watchpoint_hit from retrieve
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist,@tangjr14
Signed-off-by: @tangjr14
5 years ago
mindspore-ci-bot
bb8d69f222
!1054 Fix converter for UNet in pytorch.
From: @moran3
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
03a21728b1
!1066 Update a FAQ answer as MindConverter supports ARM platform and refine unconverted op demonstration
From: @liangtianshu
Reviewed-by: @tangjr14
Signed-off-by:
5 years ago
mindspore-ci-bot
590f36cf32
!1070 UI fix bug of graph that loading icon not display in large graph
From: @huang_wei_feng4
Reviewed-by: @panhui3,@xia_yi_fan1,@wenkai_dist,@tangjr14
Signed-off-by: @tangjr14
5 years ago
mindspore-ci-bot
051637544d
!1068 Update mindconverter readme
From: @liuchongming74
Reviewed-by: @wangyue01,@tangjr14
Signed-off-by: @tangjr14
5 years ago
WeiFeng-mindinsight
4d7db8792d
UI fix bug of graph that loading icon not display in large graph
5 years ago
mindspore-ci-bot
f357d24e9f
!1067 Refactor the explainer manager module part of code
From: @ouwenchang
Reviewed-by: @wangyue01,@tangjr14
Signed-off-by: @tangjr14
5 years ago
mindspore-ci-bot
9badd796bc
!1060 fix the state bug when mindinsight failed to start
From: @shenghong96
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @wenkai_dist
5 years ago
liangtianshu
f0e86236d4
update README due to MindConverter supporting ARM
refine unsupported ops shown in the converted file
5 years ago
jiangshuqiang
81113a9227
update pull_data and delete mode watchpoint_hit from retrieve
5 years ago
liuchongming
9b463f9498
Update readme of mindconverter.
5 years ago
moran
6a562702af
Fix converter for UNet and EfficientNet in PyTorch
5 years ago
ougongchang
e77b5846fe
Refactor the explainer manager module part of code
1. delete the unused code, catch unknown error is unused in explain_parser.py
2. fix bug the lastest file size is unused
3. rename some variables and fix some spelling error
5 years ago
mindspore-ci-bot
5bbc5a126d
!1064 Add a stop mechanism for explain manager
From: @ouwenchang
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a07bf98c46
!1044 Modify profiler directory structure to fit the new Run Package
From: @gzhcv
Reviewed-by: @wenkai_dist
Signed-off-by:
5 years ago
mindspore-ci-bot
d49de976a6
!1057 UI Plug-in version update
From: @xia_yi_fan1
Reviewed-by: @weiyanxi,@ouwenchang,@panhui3,@wangyue01,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
627e3bd4f5
!1061 MindConverter modify regex pattern to support more types of shape string
From: @liangtianshu
Reviewed-by: @liuchongming74,@wangyue01,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
ougongchang
896d73f5a1
Add a stop mechanism for explain manager
Support to stop the loader that is currently loading data when add a new loader to cache by get_job method
Add the UT usecase to the stop mechanism
5 years ago
mindspore-ci-bot
a676400581
!1062 UI profiling / search input placeholder add 'Not case sensitive'
From: @weiyanxi
Reviewed-by: @xia_yi_fan1,@wangyue01,@panhui3,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
mindspore-ci-bot
bb9d3c7527
!1063 Modify the watchpointhits list problem and add a loading mask to the graph
From: @feng_xue_feng
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
a333f3aa36
!1065 check for param in choice if it is bool
From: @luopengting
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
5 years ago
fengxuefeng
64aa46e50d
Modify the watchpointhits list problem and add a loading mask to the graph
5 years ago
luopengting
16aa19579c
check for param in choice if it is bool
If the values for batch_size is 'choice: [1, 2, True]', it will raise
validation exception.
Additionally, use 'type(value) is int' will not pass pylint. so use
'isinstance(x, bool) or not isinstance(x, int)' to filter invalid
value(s).
5 years ago
weiyanxi
1c8afef5e9
UI profiling / search input placeholder add 'Not case sensitive'
5 years ago
liangtianshu
3dea6821f8
update regex to check more types of shape string
5 years ago
xiayifan
fa0c2b283a
UI Plug-in version update
5 years ago
shenghong96
cdce840915
fix the state bug when mindinsight failed to start.
5 years ago
mindspore-ci-bot
1ef7cc707d
!1053 UI modify the icon of watchpoint and delete the entry that needs to be modified
From: @huang_wei_feng4
Reviewed-by: @weiyanxi,@wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
mindspore-ci-bot
d6867eaf91
!1056 Fix the mechanism for adding loaders
From: @ouwenchang
Reviewed-by: @tangjr14,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
gzhcv
5466b3e675
Modify profiler dir to fit the new RunPackage
5 years ago
ougongchang
eb7f0562ee
Fix the mechanism for adding loaders
FIFO queue mechanism is adopted for loader cache
5 years ago
mindspore-ci-bot
60cfc269d2
!1055 change the way of join tensor values
From: @yelihua
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
5 years ago
yelihua
5368f2bfc9
optimize tensor value connection method
5 years ago
mindspore-ci-bot
e07a9be057
!1051 fix argument and add default node
From: @jiang-shuqiang
Reviewed-by: @wenkai_dist
Signed-off-by:
5 years ago
jiangshuqiang
632683bd01
fix argument and add default node
add "1", "0" for --enable-debugger
add default node for all kind of watch conditions
5 years ago
mindspore-ci-bot
5d917dfba9
!1047 Check `--model_file` ahead enter entrypoint
From: @liuchongming74
Reviewed-by: @lilongfei15,@heleiwang,@lilongfei15,@tangjr14
Signed-off-by:
5 years ago
WeiFeng-mindinsight
86eb9a3c4b
UI modify the icon of watchpoint and delete the entry that needs to be modified
5 years ago
liuchongming
c47e653911
Check model file format ahead.
5 years ago
mindspore-ci-bot
4ed88c4d58
!1050 fix the bug of sending down watchpoints
From: @yelihua
Reviewed-by: @lilongfei15,@wangyue01
Signed-off-by: @wangyue01
5 years ago
mindspore-ci-bot
173bfbac9a
!1052 UI fix bug that compact dialog prompt information of recommended watch points
From: @huang_wei_feng4
Reviewed-by: @feng_xue_feng,@wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
WeiFeng-mindinsight
9d1b6e42fa
UI fix bug that compact dialog prompt information of recommended watch points
5 years ago
mindspore-ci-bot
f8daf26638
!1048 enhance the checking for system defined parameters
From: @luopengting
Reviewed-by: @wenkai_dist,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago