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
mindspore-ci-bot
a78c8bad46
!11737 fix missing return descriptions in text.utils
From: @tiancixiao
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
56623b07b3
!11661 tile range fp16
From: @zhaozhenlong
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d93a820f83
!11765 expand dims & flatten
From: @ling_qiao_min
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
e2c3c190eb
!11749 Added dilation part to support dilation larger than one in same padding mode in conv2d.
From: @huangbo77
Reviewed-by: @wuxuejian,@kisnwang
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
28661127c7
!11755 【MD】【BUG】Fix MD lite build in arm
From: @xulei2020
Reviewed-by: @pandoublefeng,@liucunwei
Signed-off-by: @pandoublefeng
4 years ago
mindspore-ci-bot
304499dfaa
!11498 RangeOp fix docstring example
From: @peilin-wang
Reviewed-by: @tom__chen,@mikef
Signed-off-by: @mikef
4 years ago
mindspore-ci-bot
20c1727b2c
!11631 Add SubsetSampler
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
39d0629e1a
!11770 [Docs] update formulas for math and array operators
From: @david-he91
Reviewed-by: @liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
07b2314b73
!11723 bert ner for msra dataset
From: @shibeiji
Reviewed-by: @guoqi1024,@c_34,@linqingke
Signed-off-by:
4 years ago
ling
5c744c0918
expand dims & flatten & squeeze & unsqueeze
4 years ago
mindspore-ci-bot
1b654f2bba
!11776 gpu testcase fix
From: @wilfchen
Reviewed-by: @limingqi107,@cristoval
Signed-off-by: @cristoval
4 years ago
mindspore-ci-bot
8738caedd4
!11386 [MSLITE] nnacl parameter
From: @ling_qiao_min
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
6e97c0004e
!11689 gpu support serving basic
From: @wilfchen
Reviewed-by: @cristoval,@limingqi107
Signed-off-by: @limingqi107
4 years ago
Xiao Tianci
8e332a7494
fix missing return descriptions
4 years ago
wilfChen
2e7d7b1c5e
gpu testcase fix
4 years ago
hedongdong
8107cb8283
[Docs] update formulas for math and array operators
4 years ago
mindspore-ci-bot
8b0357af21
!11736 fix caffe resize bugs
From: @yeyunpeng2020
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
49d02a1472
!11757 Fix do ub fusion with only one node
From: @irmo
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @jjfeing
4 years ago
mindspore-ci-bot
a636bc29ec
!11486 rewrite the inputs generator in somas log
From: @laiyongqiang
Reviewed-by: @kisnwang
Signed-off-by:
4 years ago
mindspore-ci-bot
645507ba1b
!11682 [ms][lite][cpu] add tensorlist and bias_add fp16 ops
From: @lzkcode
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
3821cdac13
!11742 Mod DeepSpeech
From: @wanyiming
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @wuxuejian
4 years ago
shibeiji
8b1a8a6bc1
bert ner for msra dataset
4 years ago
mindspore-ci-bot
8e4a6842ff
!11681 gnn support edge weight sampling
From: @heleiwang
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
zhaozhenlong
0062645359
add fp16 tile and explain range
4 years ago
mindspore-ci-bot
328cee0c85
!11766 [MSLITE][DEVELOP] fix bug of npu output memcpy
From: @yangruoqi713
Reviewed-by: @zhanghaibo5,@hangangqiang
Signed-off-by: @zhanghaibo5
4 years ago
yangruoqi713
40d86a1588
[MSLITE][DEVELOP] fix bug of npu output memcpy
4 years ago
mindspore-ci-bot
58fecfb673
!11483 [Auto parallel] Add an optimization in searching strategies in model_zoo's resnet
From: @xiaoda_zh
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
e3796b3639
!11636 add bce cpu ops
From: @zhangzhewei01
Reviewed-by:
Signed-off-by:
4 years ago
yeyunpeng
24642d61a3
fix caffe resize bugs
4 years ago
mindspore-ci-bot
a84a5215ca
!11750 fix resize_base bug & fix fp16subgraph bug when const-input gather exist
From: @hangangqiang
Reviewed-by: @zhanghaibo5,@ddwsky
Signed-off-by: @zhanghaibo5
4 years ago
huanghui
b296dac9dd
fix do ub fusion with only one node
4 years ago
mindspore-ci-bot
9e2e936806
!11690 [MS][RDR] support env_config_path to set the config file for DFX
From: @luopengting
Reviewed-by:
Signed-off-by:
4 years ago
xulei2020
befb3518e4
MD lite build failed in arm when build in X86_64
4 years ago
mindspore-ci-bot
4b3e53b4d2
!11712 replace DepthWiseConv with nn.Conv2D
From: @yuchaojie
Reviewed-by: @kingxian,@c_34
Signed-off-by: @kingxian
4 years ago
lzk
8b850474f4
add tensorlist and bias_add fp16 ops
4 years ago
hangangqiang
820c59972b
fix resize_base bug
4 years ago
mindspore-ci-bot
7af2d44cd2
!11615 Add EluGrad for CPU
From: @he-botao
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
7279aecddd
!11751 Update the release notes about the change of nn.LinSpace and ops.LinSpace interface on 1.1.0
From: @wangshuide2020
Reviewed-by: @liangchenghui,@ljl0711
Signed-off-by: @liangchenghui
4 years ago
heleiwang
2dc9ba761c
gnn support weight sampling neighbors.
4 years ago
huangbo77
50547e6d93
add dilation to padding same
4 years ago
wangshuide2020
e03481e5e4
update the release notes about the change of nn.LinSpace and ops.LinSpace on 1.1.0
4 years ago
mindspore-ci-bot
ed940a5b64
!11697 [MS][LITE][CPU]initialize time reduction
From: @fuzhiye
Reviewed-by: @zhang_xue_tong
Signed-off-by:
4 years ago
mindspore-ci-bot
ca675c0521
!11665 [GraphKernel] Add parallel fusion support to master.
From: @tronzhang
Reviewed-by: @gaoxiong1,@ckey_dou
Signed-off-by: @ckey_dou
4 years ago
luopengting
4683ecc06b
support env_config_path to set the config file for DFX
1. add env_config_path for ms_context
2. add EnvConfigParser to parse config
3. add in CMakeLists
4. clang-format, cpplint
5. fix spelling in ms_context
Use EnvConfigParser in the constructed function of base_recorder,
when a recorder is initialized, its direcctory will be set as the
value from config file. In addition, recorder_manager will get the
'enable' from config file. If 'enable' is true and the path is not a
valid value, it will be the default value: './rdr'.
4 years ago
laiyongqiang
5f3473d3ae
rewrite the inputs generator in somas log
4 years ago
wanyiming
cdf66c3ae7
mod_deepspech
4 years ago
mindspore-ci-bot
159cd250d7
!11703 [MSLITE][Develop] optimize fp16 sigmoid and tanh
From: @sunsuodong
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
c8fa7798f1
!11719 [MSLITE][DEVELOP] fix bug of npu op: Rsqrt, Scale and Arithmetic
From: @yangruoqi713
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
4 years ago
mindspore-ci-bot
ca23f2bfd8
!11585 Extract Functions in SOMAS
From: @laiyongqiang
Reviewed-by:
Signed-off-by:
4 years ago