l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
mindspore-ci-bot
6b99d66162
!11801 add environment setting checkings
...
From: @ngtony
Reviewed-by: @lixiaohui33
Signed-off-by:
4 years ago
mindspore-ci-bot
4d2e0ea91f
!11907 Fix the bug of gpu step_trace cannot recognize correct fp/bp node in train_eval mode
...
From: @gzhcv
Reviewed-by: @yelihua,@ouwenchang
Signed-off-by: @ouwenchang
4 years ago
mindspore-ci-bot
066ebe516e
!11794 remove useless code of dot
...
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
e3a01fea1c
!11899 [MSLITE][DEVELOP] add cpu fp16 op: instance norm
...
From: @yangruoqi713
Reviewed-by:
Signed-off-by:
4 years ago
dayschan
08345c54ea
[GraphKernel] Replace Assign with InplaceAssign
...
1. added a pass to replace Assign with InplaceAssign.
2. bugfix in eliminate_redundant_output. the side-effect node should not be eliminated.
3. bugfix in graph_kernel/splitter.py, the kernel includes InplaceAssign should be a composite node.
4. added two tool functions GetAllInputDeviceTypes and GetAllOutputDeviceTypes into AnfAlgo.
5. do not fuse a single Assign in pass BasicOpsFusion.
4 years ago
mindspore-ci-bot
9979f29135
!11932 Fix bugs for changing from GatherV2 to Gather
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
7ec4aa92c7
!11582 dataset: add cpu utilization profiling
...
From: @ms_yan
Reviewed-by:
Signed-off-by:
4 years ago
yangruoqi713
58366cbeb9
[MSLITE][DEVELOP] add cpu fp16 op: instance norm
4 years ago
mindspore-ci-bot
eee0144367
!11878 add op actor interface
...
From: @limingqi107
Reviewed-by:
Signed-off-by:
4 years ago
zhanghuiyao
177bdd8f4b
Modify cnnctc network save checkpoint.
4 years ago
mindspore-ci-bot
3795cd37d9
!11758 support recording dict value as string for dataset_graph
...
From: @luopengting
Reviewed-by: @ouwenchang,@wenkai_dist
Signed-off-by: @wenkai_dist
4 years ago
mindspore-ci-bot
e258315885
!11920 Refactor code under engine/cache/perf to pass lizard check
...
From: @lixiachen
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
4 years ago
ling
9585aa6fdb
[MSLITE] strided-slice split
4 years ago
looop5
0161209e40
update submoudle akg, close graph kernel ascend ci testcases
4 years ago
mindspore-ci-bot
90777cd3bf
!11817 fix multi threads problem
...
From: @yeyunpeng2020
Reviewed-by: @zhang_xue_tong,@HilbertDavid
Signed-off-by: @zhang_xue_tong
4 years ago
huangbo77
79e93845c9
added Wavenet in CPU mode
4 years ago
mindspore-ci-bot
b967ceddd7
!11891 add GatherD comments
...
From: @yanzhenxiang2020
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
unknown
33e63fae2b
add envirnoment checkings and change HOC error log to warning log
...
fix typo
enhance error message
rearrange import statements
swap checking order
fix typo
add no result checking
enhance error message
breakdown verfiy_data()
fix comments typo and add set_train(False)
4 years ago
gzhcv
d95e416e48
Fix the bug of Profiler timestamp variate between each process in multi-card scene
4 years ago
l00591931
9bcd6fb378
Fix in changing from GatherV2 to Gather
4 years ago
mindspore-ci-bot
b220b2185f
!11858 add cuda backend
...
From: @ddwsky
Reviewed-by:
Signed-off-by:
4 years ago
hukang hwx963878
3bfc18390c
修改开场文字
4 years ago
luopengting
7f1a5448dc
support recording dict as string for dataset graph
4 years ago
mindspore-ci-bot
4bef8ccc46
!11897 fix env_config_parser when json key does not exist
...
From: @luopengting
Reviewed-by: @ouwenchang,@lixiaohui33
Signed-off-by: @lixiaohui33
4 years ago
mindspore-ci-bot
9169aa8310
!11882 【MD】【BUG】Add parameter verification for getROI function
...
From: @xulei2020
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
4 years ago
mindspore-ci-bot
c9b0f1dfec
!10995 [MS][LITE] separate models for process only and models with multiple inputs in the entrance guard
...
From: @probiotics_53
Reviewed-by:
Signed-off-by:
4 years ago
yeyunpeng
bfef5cda2b
fix thread problem
4 years ago
yanghaitao1
83cb87bcd1
cpu profiling
...
add operator profiling part
add op_id param when create task
repair bugs in op cpu sampling
fix wrong order of write and parse cpu_info
add process cpu profiling part
add multiprocessing part(part 1)
adapter cpu_sampling c layer
fix little error in sampling
descrease cirle complex in voc
descrease cirle complex in device_que
4 years ago
wandongdong
fa86129228
add cuda backend for lite
4 years ago
liubuyu
8ff36d3079
reset cube compute mode
4 years ago
mindspore-ci-bot
a9dfb07cf1
!11660 get cube size by data type
...
From: @liubuyu
Reviewed-by:
Signed-off-by:
4 years ago
dayschan
8a09279ec3
Moved ShapeOpsSplitter before GraphKernelSplitter, changed it to process sub func_graph only.
4 years ago
mindspore-ci-bot
882eee75e3
!11883 bert ner adaption for msra dataset
...
From: @shibeiji
Reviewed-by: @c_34,@linqingke
Signed-off-by: @linqingke
4 years ago
Lixia Chen
fc35d54fe0
Fix lizard check for engine/cache/perf
4 years ago
lihongkang
04e48a44af
310 infer dvpp_aipp_mindir
4 years ago
mindspore-ci-bot
ff7c2727f1
!11886 Bug fix for api in tensor.py
...
From: @yanglf1121
Reviewed-by: @c_34,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
e0678ecf35
!11700 Add Asin, ACos, AsinGrad, ACosGrad for CPU
...
From: @wangrao124
Reviewed-by: @wuxuejian
Signed-off-by:
4 years ago
mindspore-ci-bot
8784aa3b2f
!11644 [MSLITE] Add ci test for several models.
...
From: @wang_shaocong
Reviewed-by:
Signed-off-by:
4 years ago
r1chardf1d0
9d6392c5c5
stitch info
4 years ago
mindspore-ci-bot
27e895ea82
!11869 Support DeepSpeech for CPU training
...
From: @wanyiming
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
ff8e69fbb1
!11779 modify profiling end log id from 255 to 65535
...
From: @yanghaitao1
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
4 years ago
mindspore-ci-bot
e19505cdf2
!11873 fix onnx const parser
...
From: @cjh9368
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @hangangqiang
4 years ago
zhangxiaoxiao16
bcbea55953
add ssd network 310 dvpp aipp mindir inference
4 years ago
mindspore-ci-bot
ae39553df1
!11797 fix bug of fill inputs order
...
From: @cjh9368
Reviewed-by:
Signed-off-by:
4 years ago
zhouyuanshen
d1e6878011
remove dot
4 years ago
shibeiji
cc18b206c9
bert ner for adaption of MSRA dataset
4 years ago
mindspore-ci-bot
36f3c4740d
!11885 modify readme
...
From: @anzhengqi
Reviewed-by:
Signed-off-by:
4 years ago
wang_shaocong
85f76a3215
add ci test for several models.
4 years ago
mindspore-ci-bot
11cd3b9b2c
!11846 fix weight quant bug && modify var name
...
From: @jianghui58
Reviewed-by: @hangangqiang
Signed-off-by:
4 years ago