yelihua
820fd41695
update readme
5 years ago
mindspore-ci-bot
a6805baa55
!449 Pre-triggering the querying in the background and store for later use
Merge pull request !449 from LiHongzhang/npu_timeout
5 years ago
Li Hongzhang
18671bd8d6
pretrigger the npu queryings and set timeout
5 years ago
mindspore-ci-bot
fdcc25cc8e
!453 Upgrade VERSION to 0.6.0
Merge pull request !453 from LiHongzhang/v060
5 years ago
Li Hongzhang
3155b6751a
upgrade VERSION to 0.6.0
5 years ago
mindspore-ci-bot
51024d3b6e
!451 use forkserver multiprocess context to avoid forking child process with locked stream resource(eg stdout)
Merge pull request !451 from wenkai/wk5_fix_log_stream_flush_stuck
5 years ago
mindspore-ci-bot
16d94309d0
!450 Remove bytes2human which not presented in psutil 5.6.1
Merge pull request !450 from LiHongzhang/no_readable
5 years ago
wenkai
70462daedb
use forkserver multiprocess context to avoid forking child process with locked stream resource(eg stdout)
5 years ago
Li Hongzhang
8dbbf2288b
rm bytes2human which not presented in psutil 5.6.1
5 years ago
mindspore-ci-bot
a589d02cfd
!446 Parse next lineage file when parsing a summary with an Exception
Merge pull request !446 from luopengting/fix_lineage
5 years ago
luopengting
f92e47b943
fix lineage parsing, parse next summary when there is an Exception
5 years ago
mindspore-ci-bot
68b682c95c
!442 convert the object of `NAN`、`-INF`and `INF` to string so that browser can view these tensor data
Merge pull request !442 from wangshuide/wsd_handle_special_tensor
5 years ago
mindspore-ci-bot
5a32f4e00a
!447 limit the tensor count in one step and one tag and the length of event string.
Merge pull request !447 from wangshuide/wsd_limit_tensor_count
5 years ago
wangshuide2020
0d9af857fa
limit the tensor count in one step and one tag and the length of event string.
5 years ago
mindspore-ci-bot
5b6de4a67b
!441 Remove profiler user interface and parser.
Merge pull request !441 from yuximiao/yuximiao_profiler
5 years ago
mindspore-ci-bot
9c6ae7c026
!445 fix sometimes deserialized protobuf data cannot be pickled to be sent to another process
Merge pull request !445 from wenkai/wk4_0721_ci_pickle_error_fix
5 years ago
mindspore-ci-bot
08dc87def0
!443 Optimize number of max processes used for computing and limit number of thread running load_data_in_thread()
Merge pull request !443 from wenkai/perf_opt2_0721
5 years ago
wenkai
0877c6f7b1
Optimize number of max processes used for computing and limit number of thread running load_data_in_thread()
For max processes used for computing, we need to make sure every summary directory has a process to load data. We also should not use too many processes to avoid system problems (eg. out of memory). So we calc the max processes cnt in _calc_default_max_processes_cnt
For _load_data_in_thread_wrapper, because self._load_data_in_thread() will create process pool when loading files, we can not afford to run multiple self._load_data_in_thread() simultaneously. So we use a lock to make sure that only one self._load_data_in_thread() is running.
5 years ago
mindspore-ci-bot
a5cabe8ca7
!440 Change the mindinsight multiprocessing computing code to use a unified manager, add new features
Merge pull request !440 from wenkai/pref_opt_0720_1cp1
5 years ago
wenkai
902972e3eb
fix sometimes deserialized protobuf data cannot be pickled to be sent to another process.
1. delete original message in HistogramContainer
2. Wrap image content in ImageContainer
5 years ago
mindspore-ci-bot
933bf5940c
!444 Table text is displayed in the center
Merge pull request !444 from 冯学峰/myMaster02
5 years ago
mindspore-ci-bot
8e0d7de8bd
!427 Hardware resource monitor API for getting Ascend, CPU, memory metrics
Merge pull request !427 from LiHongzhang/hw_board
5 years ago
fengxuefeng
b4a6a036f5
Table text is displayed in the center
5 years ago
wenkai
26fabf4770
Refactor the mindinsight multiprocessing computing code to use a unified manager.
Main features:
1. Use the ComputingResourceManager to manage all computing workers.
2. Ensure fair worker number between summary directories at first. So every summary directories in cache will be loaded simultaneously.
3. When a summary directory is loaded, it's worker will be released, and other unfinished summary directories can use the released workers to speed up. This way we solved the slow worker problem.
Code changes:
1. Added computing_resource_mgr.py
2. Passed ComputingResourceManager instances instead of workers_count
3. Simplified the _load_single_fine() function a bit.
5 years ago
yuximiao
d3cc7a89a3
remove profiler user interface.
5 years ago
Li Hongzhang
3da4d71dff
add the resource monitor api
- collect_cpu
- collect_mem
- collect_npu
5 years ago
wangshuide2020
4ab7af0c5f
bug fix. convert the object of `NAN`、`-INF`and `INF` to string so that browser can show these tensor data.
5 years ago
mindspore-ci-bot
f674ae3e4c
!439 modify operator full screen display problem
Merge pull request !439 from 冯学峰/myMaster01
5 years ago
fengxuefeng
cf2e811f57
Modify the bug of operator full screen display
5 years ago
mindspore-ci-bot
008bdf5632
!437 Use multiple processes to calc events
Merge pull request !437 from wangshuide/wsd_multiple_processes_for_file_parsing
5 years ago
wangshuide2020
7877f33b70
Use multiple processes to calc events.
1. To accelerate summary file parsing, multiple processes are used. As the first step to mindinsight parsing performance optimization, we only made changes to _load_single_file function.
2. This PR will imporve summary parsing throughput dramatically (about cpu_count times)
3. Changes are mainly about _load_single_file function
In the future, a more global concurrent computing framework is needed for mindinsight. See the gitee wiki doc for details.
5 years ago
mindspore-ci-bot
4211e0ecca
!438 Modify the visual tips and icons of hardware resources
Merge pull request !438 from 冯学峰/myMaster01
5 years ago
fengxuefeng
dce99fab27
Modify prompts and icons
5 years ago
mindspore-ci-bot
6dd5698025
!436 give the costing time an acurate unit
Merge pull request !436 from 冯学峰/myMaster01
5 years ago
mindspore-ci-bot
174747be93
!434 fix step trace bug that click confirm button show error message when step input box is empty
Merge pull request !434 from 黄伟锋/master
5 years ago
mindspore-ci-bot
8464784148
!435 UI display the error message in table area
Merge pull request !435 from 夏易凡/0710master
5 years ago
fengxuefeng
4e3213a842
give the costing time an acurate unit
5 years ago
xiayifan
c7a6d089f5
UI the message indicating that the specifications are exceeded is
dispalyed in the table area
UI fix an issue where the table hearder could not be restored after
being dragged
UI fix an issue where the tensor page is dispalyed when you drag a table
on the dashboard page
5 years ago
WeiFeng-mindinsight
879558b170
fix step trace bug that click confirm button show error message when step input box is empty
5 years ago
mindspore-ci-bot
3407444072
!431 Add hardware resource visualization
Merge pull request !431 from 冯学峰/myhardware01
5 years ago
mindspore-ci-bot
78edb521ef
!430 fix graph bug that attributes of selected node show empty in content area
Merge pull request !430 from 黄伟锋/master
5 years ago
mindspore-ci-bot
6323b4c3f1
!433 supplement the docstring of Histogram class
Merge pull request !433 from wangshuide/fix_ci
5 years ago
mindspore-ci-bot
74e4593cdd
!432 UI tensor bugfix
Merge pull request !432 from 夏易凡/0710master
5 years ago
wangshuide2020
5d9473de6d
supplement the docstring of Histogram class.
5 years ago
xiayifan
669c3951a8
UI tensor bugfix
1.fix an issue where the table would be displayed incorrectly when an
error message was displayed in full screen
2.the mouse position in histogram mode is optimized
3.fix an issue where the step was displayed incorrectly when slider move
fast
5 years ago
fengxuefeng
b3ef94968a
Add hardware resource visualization
5 years ago
WeiFeng-mindinsight
1c4ec5e0b4
fix graph bug that attributes of selected node show empty in content area
5 years ago
mindspore-ci-bot
9a63a44d27
!426 UI fix bug of data map that the attribute of selected node display empty when it is null
Merge pull request !426 from 黄伟锋/master
5 years ago
mindspore-ci-bot
5a10c87b10
!429 classify reduce time info in step trace
Merge pull request !429 from yelihua/dev_profiler
5 years ago
yelihua
f8f5c7a987
classify reduce events into different types
5 years ago