maning202007
f516158501
add multigraph debugger support, update contion, search category, tensor summary
5 years ago
jiangshuqiang
f317763313
fix when image tag name is too long, the log is unreasonable
add info when crc check failed.
5 years ago
luopengting
0f37c8135e
add cli, validation and st:
1. add cli entry
2. add more validation for hyper config
3. add validator for config dict
4. add st for optimizer config validator
5. add custom lineage for hyper config
5 years ago
luopengting
fb4c150e56
add auto-tune framework, add validation for hyper_config
5 years ago
wangshuide2020
dd7e72e811
add notes for init files.
5 years ago
ougongchang
fe6f548dd2
escape some special string to avoid the frontend crash and change the default http code to 400 in MindInsightException
5 years ago
wangshuide2020
a194bb1660
support block query for tensor visualization and tensor comparisons.
5 years ago
mindspore-ci-bot
5e6932f0f6
!601 Add the summary loading switch mechanism
Merge pull request !601 from LiHongzhang/fix_caching
5 years ago
yelihua
50e1400505
add debugger module
5 years ago
Li Hongzhang
990800239b
add summary loading switch mechanism
5 years ago
luopengting
b274c774ed
add optimizer:
1. add functions for calculating target buckets and params importances
2. add restful api for target buckets, importances and metadata
5 years ago
Li Hongzhang
f72b4a0a1b
remove sysmetric
5 years ago
wangshuide2020
005eac7582
Store data with default datatype in TensorContainer and remove limitation of datatype.
5 years ago
wangshuide2020
d3b65356df
remove redundant data to save memory and simplify the tensorcontainer.
5 years ago
ougongchang
e13cceb0ce
set stdout to None and set console output to False when start mindinsight in subprocess
If the env or gunicorn has some error, there will not be any error in console
or error log file when we set the subprocss stdout to devnull.
So I set it to None it will inhert its parent process stdout.
When gunicorn cause error, it will show error in console.
5 years ago
wuzhuanke
f639c4516a
create wizard module.
5 years ago
Li Hongzhang
67a0502961
fix several fixes
fix npu timeout mechanism
sum not used and not available to others
add new field of success
5 years ago
wenkai
70462daedb
use forkserver multiprocess context to avoid forking child process with locked stream resource(eg stdout)
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
wangshuide2020
e8ffeb70ef
Support tensor visualization. 1.Tensor display in a table, it can support no more than two dimensions tensor visualization; 2.Tensor histogram visualization for all step in cache.
5 years ago
mindspore-ci-bot
dc62cd0fea
!346 disable argparse allow_abbrev
Merge pull request !346 from liangyongxiong/disable-argparse-allow-abbrev
5 years ago
liangyongxiong
d818096562
disable argparse allow_abbrev
5 years ago
wangshuide2020
0fad2218fd
add null byte check in the api of get_plugins
5 years ago
ggpolar
7cad801da3
parse scripts by AST in converter module.
Use the AST replaces the importlib/inspect modules to analyze and modify network definition script.
The importlib/inspect must load python script to analyze, but AST analysis is static code analysis and is very secure.
5 years ago
chenchao99
90a5f2fab6
add feature of profiler analyser layer and framework parser
5 years ago
wenkai
7e17d6ffae
refactor data manager and unify cache and data access/reload
5 years ago
mindspore-ci-bot
1f2f85844b
!44 start/stop command should return correct exit-code based on result of process
Merge pull request !44 from liangyongxiong/master
5 years ago
zhangyunshu
7b9823b179
support for histogram API
5 years ago
liangyongxiong
1bc356ad11
1) fix return code for start/stop command; 2) replace print with standard console logger
5 years ago
ougongchang
a807c45a4a
add some exceptions, such as TrainJobNotExistError, GraphNotExistError and so on
6 years ago
luopengting
a47ed74a06
add error code for MaxCountExceededError, change exception used in summary_watcher
6 years ago
gaocongli
e7a0496e87
initial version
6 years ago