mindspore-ci-bot
20031744b1
!896 redirect stderr to log so that mindinsight can reload lineage data when the terminal has been closed.
From: @shenghong96
Reviewed-by: @ouwenchang,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
shenghong96
1738523918
redirect stderr to the log instead of terminal so that mindinsight can reload new lineage data when the terminal has been closed.
5 years ago
yelihua
bfb57114b0
refactor watchpoint
5 years ago
YuhanShi53
3a05552c7e
rewrite ExplainManager and ExplainLoader
5 years ago
mindspore-ci-bot
157727851a
!879 Support of uncertainty, single channel heatmap and separated image datafiles
From: @ngtony
Reviewed-by:
Signed-off-by:
5 years ago
unknown
2f541a98b9
add uncertainty, 1-ch saliency and separated datafiles
bugfix and add pillow to requirements.txt
modify summary format
bugfix
use sample_id in summary
fix CI problem
url encode '/' as well
fix ut
fix ut
fix ut
fix uncertainty enable checking
fix review comment
enhance exception raising
enhance comment
5 years ago
jiangshuqiang
4224e800f7
add set_recommended_watch_points api
add this api to help ui asking user whether to set recommended watch points.
5 years ago
yelihua
9e9c3a1f50
change debugger restful url and fix the docstring
5 years ago
mindspore-ci-bot
516c532095
!867 fix the bug of wrong variable name
From: @shenghong96
Reviewed-by: @ouwenchang,@wenkai_dist
Signed-off-by: @wenkai_dist
5 years ago
maning202007
f516158501
add multigraph debugger support, update contion, search category, tensor summary
5 years ago
shenghong96
643fd19637
fix bug of wrong variable name
5 years ago
shenghong96
29698e9c1d
add error code 1 in the case of exit when start fail
5 years ago
mindspore-ci-bot
7117806998
!842 fix issue I23E4U. Returns image error on querying with invalid image_id.
Merge pull request !842 from TonyNG/bugfix/image_error_code
5 years ago
mindspore-ci-bot
d7e5a7103c
!816 Fixed Job List issue and added UT for explainer JSON API
Merge pull request !816 from TonyNG/master
5 years ago
mindspore-ci-bot
ea2067fd5b
!831 Increase train_ job_ not_ exist error code
Merge pull request !831 from 张毅辉/zyh_profiler_restful
5 years ago
Ng Ngai Fai
b66f83d622
enhance json api param error reporting
5 years ago
zhangyihui
b4e9e751ef
Add profiler restful interface error code
5 years ago
unknown
939dad7f1a
add UT, returns unloaded jobs in explain-jobs api and fix docstrings
fix UT
del unused arguments
fix UT
explainer_api UT change to pytest style
fix UT url
explainer encapsulator UT change to pytest style
remove unnecessary deepcopy
remove import copy
fix some coding style issues
5 years ago
luopengting
5af7148d73
fix dataset_graph api
5 years ago
mindspore-ci-bot
8dde99876b
!795 mindexplain json api
Merge pull request !795 from TonyNG/master
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
unknown
5bd13558fd
add explainer json api and data encap for job list, job meta, saliency maps and evaluations
json return null if ExplainManager returns None
use fromtimestamp
use fromtimestamp
wrong name
wrong json key
use offset as page offset
enhance comments
rm mock_explainer_api.py
update copyright year 2020
remove unused import
5 years ago
luopengting
fb4c150e56
add auto-tune framework, add validation for hyper_config
5 years ago
mindspore-ci-bot
8c909a6ccd
!722 validate train_id before getting dataset_graph
Merge pull request !722 from luopengting/fix_lineage
5 years ago
luopengting
3eb45eff84
validate train_id before getting dataset_graph
5 years ago
wangshuide2020
0dd6875c43
fix the problem of the redundant code.
5 years ago
luopengting
b9c978830a
clean redundant code after removing lineage public APIs:
1. clean redundant code in lineage parsing and querier
2. delete get_summary_lineage()
3. modify related st and ut to use data_manager
5 years ago
liangyongxiong
6f6be0f512
return unknown state on mindinsight startup when gunicorn error.log is flooded by exceptional process
5 years ago
luopengting
401466e338
place the user-defined parameters behind, if two types of parameters have the same 'importance'
5 years ago
ougongchang
0e0082ef9c
copy security headers to avoid the global varibale is updated
5 years ago
luopengting
6d0c75ae99
sort the returned data in descending order of 'importance' and ascending order of 'name'
5 years ago
mindspore-ci-bot
3291effb9b
!638 optimize some names of variables and functions, and level of some log
Merge pull request !638 from luopengting/optimizer_open
5 years ago
luopengting
b0d3da8415
modify names of some variables and functions, modify some level of log
5 years ago
yelihua
53a4d914f4
fix the redundant code and change log level
5 years ago
yelihua
e57f07bef5
fix the bug for tensor history
5 years ago
Li Hongzhang
c2210200fc
redefine reload interval
5 years ago
mindspore-ci-bot
06a404bdf3
!608 add gpu timeline restful
Merge pull request !608 from gzhcv/bugfix
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
gzhcv
2d5a9a5c7f
add gpu timeline restful
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
Li Hongzhang
4b1524883a
remove lineage public APIs
5 years ago
wangshuide2020
9daf2ae128
kill children processes of worker before worker has been killed by gunicorn master.
5 years ago
wangshuide2020
d3b65356df
remove redundant data to save memory and simplify the tensorcontainer.
5 years ago
ougongchang
c1c5a0fcf1
fix the pylint error in run.py
5 years ago
mindspore-ci-bot
d8cbf988a0
!525 Add gpu profiler.
Merge pull request !525 from yuximiao/yuximiao_gpu_profiler
5 years ago
yuximiao
1460ab4ab1
gpu profiler
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