shenghong96
a66fc125cc
add reduce_sum mapper
4 years ago
mindspore-ci-bot
445874a5fb
!1302 Fix the problem that recommended monitoring points cannot be displayed
From: @feng_xue_feng
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago
jiangshuqiang
7870c0de51
fix online session and exit method for debugger
4 years ago
mindspore-ci-bot
5c3c7f8527
!1297 [MindConverter] Fix inaccuracy `optional` in CLI
From: @moran3
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
fengxuefeng
5caf03c7cb
Fix the problem that recommended monitoring points cannot be displayed
4 years ago
moran
b2a657a7ed
Fix inaccuracy `optional` in CLI in MindConverter & move requirements to installation module in README
4 years ago
WeiFeng-mindinsight
01acb237ec
UI fix the bug of abnormal graph zoom function and extract the common code of graph an debugger
4 years ago
mindspore-ci-bot
4cd62bc864
!1280 [MindConverter] Support for converting large onnx model (>2GB) to mindspore model.
From: @fan-jibin
Reviewed-by:
Signed-off-by:
4 years ago
范吉斌
868be184cc
Support convert large model(>2GB) to mindspore
4 years ago
WeiFeng-mindinsight
37c8e46db8
UI modify the Map node matching type to exact match of data map page
4 years ago
WeiFeng-mindinsight
67588608ab
UI configure the fields returned by the interface of data map page
4 years ago
mindspore-ci-bot
8707d37283
!1288 UI / Resolve one function in fetcher.js which over 50 lines
From: @weiyanxi
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
mindspore-ci-bot
e792d5aacc
!1289 delete redundant code of debugger session
From: @jiang-shuqiang
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
mindspore-ci-bot
b11bce1f58
!1285 Remove MindConverter redundant code for external developer's contribution
From: @liangtianshu
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago
jiangshuqiang
5342df6303
fix debugger session
4 years ago
weiyanxi
39969720bc
UI / Resolve one function in fetcher.js which over 50 lines
4 years ago
liangyongxiong
e7be4b221c
replace built-in function open() with os.open() to set file permission
4 years ago
mindspore-ci-bot
d63c52bec0
!1270 add offline debugger feature
From: @jiang-shuqiang
Reviewed-by:
Signed-off-by:
4 years ago
jiangshuqiang
8bb3851e49
add offline debugger feature
4 years ago
weiyanxi
43e116d6c7
UI / Keep the same page index when returning to the training list page
4 years ago
liangtianshu
2ad128d0b9
remove redundant code
4 years ago
mindspore-ci-bot
8b3b9a7c6b
!1282 Validate user input and output node.
From: @yang_91b9
Reviewed-by: @wenkai_dist
Signed-off-by:
4 years ago
shenghong96
d91314ec50
replace the status with '/' on supported_model_list_cn.md
4 years ago
Xuan Yang
5b2bc9c9ec
bug fix
4 years ago
mindspore-ci-bot
374f5f0df5
!1279 Remove treelib dependency
From: @liuchongming74
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago
liuchongming
1cd718adda
Remove treelib dependency.
4 years ago
mindspore-ci-bot
a0a68d6daf
!1276 Modify the prompt message that step trace does not support heterogeneous training
From: @feng_xue_feng
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago
liuchongming
bbc005fd45
Add sin & cos mapper.
4 years ago
mindspore-ci-bot
40680c7583
!1274 StepTrace of UI shows not support hetergeneous training scene
From: @gzhcv
Reviewed-by: @ouwenchang,@lilongfei15
Signed-off-by: @lilongfei15
4 years ago
fengxuefeng
6c51b95884
Modify the prompt message that step trace does not support heterogeneous training
4 years ago
gzhcv
60678ff73e
StepTrace of UI shows not support hetergeneous training scenen
4 years ago
moran
d1394bcb68
fix import and format in tutorial
4 years ago
mindspore-ci-bot
68d8cf5ee1
!1247 Add CumSum operation mapper
From: @fuyu0830
Reviewed-by:
Signed-off-by:
4 years ago
fuyu0830
63511e778b
Add CumSum op mapper.
4 years ago
moran
744e4a8f8b
Fix no report generated when no mapper and remove useless code
4 years ago
gzhcv
674f7a5cbb
Return empty step trace data to UI in heterogeneous training scene
4 years ago
liuchongming
ce29dcfcfc
Add security warning of MindConverter.
4 years ago
mindspore-ci-bot
6bd6cd1bee
!1210 Remove PTH port in mindconverter.
From: @moran3
Reviewed-by:
Signed-off-by:
4 years ago
jiangshuqiang
1c9a2917aa
fix the timeout limitation from 5s to 3s.
4 years ago
moran
f317ef0daa
remove PTH port in mindconverter & fix README
4 years ago
mindspore-ci-bot
8d7a2712c8
!1248 refactored the computing resource manager to ease the elegant exiting procedure
From: @wenkai_dist
Reviewed-by:
Signed-off-by:
4 years ago
wenkai
f8f50d9508
Refactored the computing resource manager to:
1. Ease the elegant exiting procedure by providing a singleton access pattern. Now the exiting procedure can easily call the exit_non_block method to notify the executors to start exiting worker processes. If the worker processes not exit after a timeout, the mindinsight stop still can kill these processes.
2. Build a framework for managing computing resources used by different businesses. Different businesses can now call the get_executor() API to get their process pool to execute compute heavy tasks outside the mindinsight guinicorn worker process, which will make the restful api respond more quickly.
4 years ago
mindspore-ci-bot
5d375340f8
!1230 add tutorial for adding mapper
From: @moran3
Reviewed-by:
Signed-off-by:
4 years ago
moran
81fe52cc3d
add tutorial for adding mapper in MindConverter
4 years ago
mindspore-ci-bot
6d3dd7f19b
!1245 Bugfix for incorrect cpu op time unit
From: @gzhcv
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago
mindspore-ci-bot
a9aed71854
!1238 Fix minddata_cpu_utilization bugs
From: @zyhstack
Reviewed-by:
Signed-off-by:
4 years ago
gzhcv
bf4eb44422
Bugfix for incorrect cpu op time unit
4 years ago
zhangyihui
4e05492cc7
fix minddata_cpu_utilization bugs
4 years ago
jiangshuqiang
5367a64230
fix the multiprocessing context from fork to forkserver
4 years ago
mindspore-ci-bot
6c3ffffe52
!1243 UI fix bug of graph that the zoom function is abnormal due to the browser update
From: @huang_wei_feng4
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago