ougongchang
dea874e30b
Update level of crc failed message to error level
When CRC error occurs, it is generally caused by incomplete data in the file, so error information should be given to prompt the user.
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
caster
6fa5f8c5a8
add parse_summary function
we can use the function to transfer summary file to csv file and image so that it is easy to read and process
5 years ago
Li Hongzhang
990800239b
add summary loading switch mechanism
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
luopengting
1c73d20cc7
mainly to new a thread to load detail info
1. New a thread to load detail info. Loading detail info takes too much time,
so the summary list and lineage can not be loaded timely.
2. Add a status for DetailCacheManager to indicate it is INIT, LOADING or DONE.
3. Update UT/ST.
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
wangshuide2020
0fad2218fd
add null byte check in the api of get_plugins
5 years ago
liangyongxiong
34648a48d2
update cache status on loading
6 years ago
ougongchang
add483450b
raise graph not exist when can not find graph by the given tag
6 years ago
wenkai
7e17d6ffae
refactor data manager and unify cache and data access/reload
6 years ago
mindspore-ci-bot
c568a9bb79
!42 datavisual: basic histogram API
Merge pull request !42 from zhangyunshu/zys_histogram_api
6 years ago
zhangyunshu
7b9823b179
support for histogram API
6 years ago
ougongchang
c60e9624e4
fixing can not find node exception
fix ut for changes
6 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
mindspore-ci-bot
edb6dc56d2
!11 Reduce cyclomatic complexity of list_summary_directories
Merge pull request !11 from luopengting/summary_watcher
6 years ago
luopengting
57dd459557
modify summary_watcher to reduce cyclomatic complexity
6 years ago
ougongchang
e3c0bbac89
fix unsafe functions and duplication files and redundant codes
6 years ago
gaocongli
e7a0496e87
initial version
6 years ago