xiayifan
8a0ae45ff3
UI tensor bugfix, eslint fix and optimizing entries
1.fixed an issue where error message disappears after the vertical axis
is switched in tensor histogram mode
2.fix eslint
3.Optimized I18n string statements and the radar chart line color
5 years ago
mindspore-ci-bot
fc21915ea3
!1149 Fixbug: Patch to make HOC available
From: @lixiaohui33
Reviewed-by: @ouwenchang,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
lixiaohui
f5d2a46356
Fix bug: patch to make hoc available
5 years ago
mindspore-ci-bot
22a1b9e652
!1132 Add trainable weights transformer module in MindConverter
From: @moran3
Reviewed-by:
Signed-off-by:
5 years ago
moran
5fb0d2e1d8
Generate checkpoint
5 years ago
mindspore-ci-bot
f3b245154e
!1138 profiler: added rest api for getting memory breakdowns
From: @zhangyunshu
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
5 years ago
zhangyunshu
5b0bc69c95
profiler mem usage: added new rest api for memory breakdowns
5 years ago
mindspore-ci-bot
755957bbfc
!1128 UI / Add relative time unit to change button and make xAxis label horizontal display
From: @weiyanxi
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
5 years ago
mindspore-ci-bot
9c83dad1f8
!1135 Adapt mindinsight backend to support CV counterfactual explanation
From: @lixiaohui33
Reviewed-by: @ouwenchang
Signed-off-by:
5 years ago
lixiaohui
cb839798b2
explainer add HOC, prediction type filtering and sort with filtered label confidence
5 years ago
mindspore-ci-bot
8d10627db1
!1145 UI XAI / page of saliency-map add functionality to support api of uncertainty and add page of HOC
From: @weiyanxi
Reviewed-by: @ouwenchang,@lixiaohui33
Signed-off-by:
5 years ago
mindspore-ci-bot
168b936e3b
!1144 UI device memory profiling adaptation to new interfaces
From: @xia_yi_fan1
Reviewed-by: @yelihua
Signed-off-by:
5 years ago
weiyanxi
0c50ab915a
UI XAI / page of saliency-map add functionality to support api of uncertainty and add page of HOC
5 years ago
xiayifan
ed3f3e11e1
UI memory adaptation to new interfaces
5 years ago
mindspore-ci-bot
07496bd66e
!1117 Sub-graph searcher optimizing
From: @liuchongming74
Reviewed-by:
Signed-off-by:
5 years ago
liuchongming
1afeca2015
Optimize sub-graph searcher.
5 years ago
mindspore-ci-bot
a9da40b2a6
!1137 Fix the weights shape error of matmul and biasadd
From: @liuchongming74
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
5 years ago
xsmq
ad19ffd558
fix codespell error
5 years ago
xsmq
2382f0f15b
replace tab with spaces
5 years ago
mindspore-ci-bot
f52a9c847b
!1136 Fix wizard template for new mindspore operator API
From: @moran3
Reviewed-by: @ouwenchang,@lixiaohui33
Signed-off-by: @lixiaohui33
5 years ago
mindspore-ci-bot
bc00d373ba
!1126 Ui style changed from sass to native css
From: @feng_xue_feng
Reviewed-by: @ouwenchang,@panhui3,@lixiaohui33
Signed-off-by: @lixiaohui33
5 years ago
liuchongming
2f32d34526
Modify matmul and biasadd to adapt the template sharing.
5 years ago
liangtianshu
b7d831ccae
Support onnx split op multiple outputs
5 years ago
moran
85cb31d2bd
Fix templates to new operator API in wizard
5 years ago
liuchongming
e089c974a3
Fix global context reference problem.
5 years ago
mindspore-ci-bot
9a511e514a
!1129 UI add feature of device memory profiling
From: @xia_yi_fan1
Reviewed-by: @wangyue01
Signed-off-by:
5 years ago
xiayifan
2724b79b52
UI add feature of memory usage
5 years ago
ph
fb56a5c352
jump to homepage if user input debugger url but debugger is disabled
5 years ago
weiyanxi
0450a5ec09
UI / Add relative time unit to change button and make xAxis label horizontal display
5 years ago
mindspore-ci-bot
110e0870fc
!1125 profiler: memory usage data visualization
From: @zhangyunshu
Reviewed-by:
Signed-off-by:
5 years ago
fengxuefeng
ad3180c50c
Ui style changed from sass to native css
5 years ago
zhangyunshu
920ea3f874
profiler: memory usage data visualization
5 years ago
mindspore-ci-bot
1ab8ae7eef
!1114 Hide debugger sheet if debugger is not enabled.
From: @maning202007
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
8661361d31
!1123 UI hide debugger sheet if debugger is not enabled
From: @panhui3
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
5 years ago
mindspore-ci-bot
93e66d72c7
!1121 Modify the problem that the node tree and graph display abnormally when the node depth is too large
From: @feng_xue_feng
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
5 years ago
maning202007
35a88a971a
Add an api to check if debugger is enabled, if not, debugger sheet should be hiden on UI
5 years ago
ph
f93a947057
ui hide debugger sheet if debugger is not enabled
5 years ago
liangtianshu
02773f4490
minor bug fix for args translation
fix problem where incorrect logic for nodestruct's check target nodes internal when target node is graph inputs
update copyright
add a output mgr
adopt the generator with new fragment exchange msg. still need to adopt old ver. code_settings etc.
outputs mgr dev; adapt the new fragment. temp disable extra nodes and weights
adapt the NewFragment; re-imlement the module struct reset method
update ut mapper test for new fragment
5 years ago
fengxuefeng
6b0bf4942f
Modify the problem that the node tree and graph display abnormally when the node depth is too large
5 years ago
mindspore-ci-bot
d85a5f0a17
!1103 Rewrite pytorch parser module to use onnx model module.
From: @moran3
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
e497a99d53
!1102 encode shape when query tensor value
From: @yelihua
Reviewed-by: @wangyue01,@ouwenchang
Signed-off-by: @ouwenchang
5 years ago
moran
2ce2c82bc9
Optimize pytorchTOms module
5 years ago
mindspore-ci-bot
970f269b44
!1112 Add code template generation to mapper base
From: @liuchongming74
Reviewed-by:
Signed-off-by:
5 years ago
liuchongming
37c3a1b7e0
Add code template generation.
5 years ago
shenghong96
cf0d81e383
add the log of package's loading time
5 years ago
mindspore-ci-bot
25269e8d0e
!1105 UI modify copyright and add tooltip of watchpoint parameter
From: @huang_wei_feng4
Reviewed-by: @weiyanxi,@yelihua,@ouwenchang
Signed-off-by: @ouwenchang
5 years ago
WeiFeng-mindinsight
2ab0680398
UI modify copyright and add tooltip of watchpoint parameter
5 years ago
mindspore-ci-bot
ec77fdc950
!1107 enable to locate node when training is running
From: @yelihua
Reviewed-by: @ouwenchang,@ouwenchang,@lilongfei15
Signed-off-by: @lilongfei15
5 years ago
yelihua
74a0ca403b
enable to choose node during running
5 years ago
fengxuefeng
b2f959efd3
Solve the problem that the node cannot be located in the training state
5 years ago