jinyaohui
|
26fd75895d
|
pylint waring clean
|
5 years ago |
mindspore-ci-bot
|
a2d5ad5abe
|
!1099 fix bug of can not find op adapter
Merge pull request !1099 from fary86/fix_bug_for_can_not_find_opadapter
|
5 years ago |
mindspore-ci-bot
|
168dfb2555
|
!1108 Add input shape condition for transpose_reshape fusion pass
Merge pull request !1108 from YuJianfeng/master
|
5 years ago |
mindspore-ci-bot
|
2823ec806f
|
!1092 add rts kernel of labelset/labelgoto/labelswitch
Merge pull request !1092 from dengwentao/rts_kerenl
|
5 years ago |
mindspore-ci-bot
|
18019ad6a5
|
!1038 clean some context param
Merge pull request !1038 from jinyaohui/clean_context
|
5 years ago |
mindspore-ci-bot
|
ba3d48817e
|
!1070 Adapt aicpu op CTCLoss and TBE op L2Loss for GE.
Merge pull request !1070 from liuxiao/ops-for-VM
|
5 years ago |
mindspore-ci-bot
|
eab7d593a1
|
!1103 clean task sink codex
Merge pull request !1103 from caifubi/clean-runtime-codex
|
5 years ago |
mindspore-ci-bot
|
635acb6c27
|
!1109 remove unused variable from repeat op
Merge pull request !1109 from Jamie/fixoneline
|
5 years ago |
Jamie Nisbet
|
ff5f2521fc
|
remove unused variable
|
5 years ago |
yujianfeng
|
85ff90c237
|
Add input shape condition for transpose_reshape fusion pass
|
5 years ago |
dengwentao
|
06bac6f120
|
add rts label op
|
5 years ago |
jinyaohui
|
391a060f21
|
remove two context param
|
5 years ago |
mindspore-ci-bot
|
298a784878
|
!1090 fix mean and var shape in layernorm
Merge pull request !1090 from JichenZhao/layernorm_mean_var_shape
|
5 years ago |
caifubi
|
9a0d894b9d
|
clean task sink codex
|
5 years ago |
fary86
|
77ef790f25
|
Fix bug of can not find opadapter
|
5 years ago |
mindspore-ci-bot
|
7ab3f5c348
|
!1086 fix some bug in quant debug
Merge pull request !1086 from SanjayChan/05showcase
|
5 years ago |
mindspore-ci-bot
|
48e54dcfda
|
!1056 [Auto parallel] Memory calculation in the inference phase
Merge pull request !1056 from Xiaoda/memory-estimation-in-inference-phase
|
5 years ago |
mindspore-ci-bot
|
00b7877ec4
|
!1087 add param_perfix to cell
Merge pull request !1087 from SanjayChan/03cell
|
5 years ago |
chenzomi
|
6710e1feac
|
add param_perfix to cell
|
5 years ago |
mindspore-ci-bot
|
c1290e7b70
|
!1088 Add some op registrations for const value to attr
Merge pull request !1088 from YuJianfeng/master
|
5 years ago |
liuxiao
|
10abb68498
|
add ops CTCLoss
|
5 years ago |
mindspore-ci-bot
|
fdad91355f
|
!1093 reset parallel context before running each parallel test case
Merge pull request !1093 from yihuaijie/master
|
5 years ago |
mindspore-ci-bot
|
da7d605e85
|
!683 WIP: specialize hyper map parameter
Merge pull request !683 from xychow/bypass-renorm-and-specialize-hypermap-parameter
|
5 years ago |
mindspore-ci-bot
|
6ab046e4dd
|
!1062 Adapt Softplus\SoftplusGrad for VM, and ApplyFtrlD for both GE and VM.
Merge pull request !1062 from liuxiao/softplus-softplusgrad
|
5 years ago |
Xiaoda Zhang
|
a05aa21cc2
|
calculating PEAK memory cost in the inference phase
|
5 years ago |
mindspore-ci-bot
|
552fc5c958
|
!1085 Adapt removing TopK and use TopKD
Merge pull request !1085 from zhaozhenlong/vm-adapt-topk
|
5 years ago |
mindspore-ci-bot
|
06a9eeb3bf
|
!1050 [bug][auto_mixed_precision]fix sens shape error of `TrainOneStepWithLossScaleCell`
Merge pull request !1050 from vlne-v1/I1GEPN-check-bprop-error-loss-scale-wrap
|
5 years ago |
zhaojichen
|
c622879a2f
|
fix mean and var shape in layernorm
|
5 years ago |
Yi Huaijie
|
462f30e077
|
reset auto parallel context before each test
|
5 years ago |
mindspore-ci-bot
|
eb6094315a
|
!1083 change the hswish to HSwish
Merge pull request !1083 from SanjayChan/02bug_fix
|
5 years ago |
mindspore-ci-bot
|
b9d3495c4d
|
!1081 format nn. and change quant.py
Merge pull request !1081 from SanjayChan/formast
|
5 years ago |
mindspore-ci-bot
|
98112d1a64
|
!997 support vm for log1p
Merge pull request !997 from jiangjinsheng/log1p
|
5 years ago |
mindspore-ci-bot
|
8701ca24dd
|
!950 add bert base version finetune and evaluation script in bert_clue dir
Merge pull request !950 from yoonlee666/master
|
5 years ago |
Wei Luning
|
3e89f7baaa
|
fix sens shape error in loss_scale one_step_wrap
|
5 years ago |
chenzomi
|
2a695cfe24
|
fix some bug in quant debug
|
5 years ago |
mindspore-ci-bot
|
28a6daaed5
|
!1017 add profiling_mode and profiling_options to context
Merge pull request !1017 from jinyaohui/context_opt
|
5 years ago |
mindspore-ci-bot
|
b0b867a4bc
|
!1077 fix bug when reset taskinfo error
Merge pull request !1077 from jjfeing/master
|
5 years ago |
mindspore-ci-bot
|
7dc31684b6
|
!1073 fix reshape tensor redistribution bug
Merge pull request !1073 from yao_yf/reshape_bug_fix
|
5 years ago |
jiangjinsheng
|
c36e7f1564
|
support vm for log1p
|
5 years ago |
chenzomi
|
1397326c46
|
add quant.py and change the format of __init__
|
5 years ago |
chenzomi
|
189f88fbe1
|
change the hswish to HSwish
|
5 years ago |
yujianfeng
|
5f26583da4
|
Add some op registrations for const to attr
|
5 years ago |
mindspore-ci-bot
|
8003a89a7b
|
!766 bugfix(SA): Add the support of nested loop.
Merge pull request !766 from gongchen/nest_loop
|
5 years ago |
zhaozhenlong
|
cc9dc69f2f
|
adapt vm topk
|
5 years ago |
mindspore-ci-bot
|
fd72534a1c
|
!1065 Seperate lr groups and weight_decay groups
Merge pull request !1065 from ghzl/improve-parameter-groups
|
5 years ago |
yao_yf
|
b0921c15e9
|
xreshape tensor_redistrinution bug fix
|
5 years ago |
mindspore-ci-bot
|
4fe6ddebd1
|
!1075 Cleanup dataset UT: util.py internals
Merge pull request !1075 from cathwong/ckw_dataset_ut_cleanup3
|
5 years ago |
jinyaohui
|
5a9de3716d
|
add profiling mode and profiling options to context
|
5 years ago |
zhousiyi
|
047ac018da
|
specialize hypermap paramater
|
5 years ago |
mindspore-ci-bot
|
4a8fcf5d76
|
!1055 support vm for floor
Merge pull request !1055 from jiangjinsheng/vm_floor
|
5 years ago |