i-robot
3ad641cb65
!21685 add function to invert_op
Merge pull request !21685 from Killer/fake_killer
4 years ago
zhousiyi
dcd374961e
incoroporate getitem if indexed node is zeros_like so AddN(MakeTuple(x, zeros_like)) can be optimized
4 years ago
fake_killer
b0bc4bf5da
[feat] [assistant] [I44TRS] extend invert_op's function
4 years ago
i-robot
dde05c36b8
!21551 auto_parallel_context interface dataset_strategy union
Merge pull request !21551 from yao_yf/auto_parallel_context_dataset_strategy_union
4 years ago
i-robot
415275ae17
!21805 support adafactor model parallel
Merge pull request !21805 from yangzhenzhang/auto-parallel-support-adafactor-opt
4 years ago
hedongdong
d76ed25e96
[feat][assistant][I3T92I] add new nn operator Roll
4 years ago
i-robot
264cb4d2e8
!21920 MD Profiling Analyze: Search for device trace file, independent of device_target
Merge pull request !21920 from cathwong/ckw_mon_py_analyze_device_file
4 years ago
i-robot
0d839fa7c6
!21809 Improved Transformer Struture and Add Args Check
Merge pull request !21809 from huangxinjing/transformer_improved
4 years ago
i-robot
a77a0b968d
!21761 comm_recompute_interface.
Merge pull request !21761 from yao_yf/comm_recompute_interface
4 years ago
yangzhenzhang
7ca64d2235
auto parallel support adafactor opt
4 years ago
yao_yf
5277b229be
add cell comm recompute interface
4 years ago
Cathy Wong
a2cbd4b5fa
MD Profiling Analyze: Search for device trace file
MinddataProfilingAnalyzer() - remove device_target input parm
4 years ago
huangxinjing
18044aff0f
1. Add docstring, elimitate attention mask, tuple append the deocoder return layer past
split attention inputs from two into three
Add input check and modify test case
Fix check error and add check to transformer inputs
add input check to the transformers
4 years ago
Xiao Tianci
aae886bcd7
fix crowd contributing code
4 years ago
yao_yf
a83bf73298
union auto_parallel_context interface dataset_strategy
4 years ago
i-robot
530da3e37e
!21527 fix_reshape_reshape_in_auto_parallel
Merge pull request !21527 from yao_yf/fix_reshape_reshape_in_auto_parallel
4 years ago
i-robot
f99effd430
!21755 Fix batch usability problem
Merge pull request !21755 from xiefangqi/md_fix_batch_usability
4 years ago
i-robot
d1112f8e9c
!17631 [assistant][FrequencyMasking]
Merge pull request !17631 from QingfengLi/FreqMask
4 years ago
xiefangqi
e4894a1bf1
fix batch usability problem
4 years ago
i-robot
2650aae9ba
!21351 complex support
Merge pull request !21351 from zhouyaqiang0/complex_support
4 years ago
chenx2ovo
53615010a3
[feat][assistant][I3CEGG] add new data OP FrequencyMasking
4 years ago
yao_yf
e233880e41
fix reshape depend reshape in auto parallel
4 years ago
i-robot
bff5cbda9c
!21670 fix: null numpy field in mindrecord will cause read error
Merge pull request !21670 from guozhijian/fix_null_numpy_field_in_mr
4 years ago
zhouyaqiang
b81ba100b7
add complex number support
4 years ago
i-robot
63445ff6fd
!21627 alltoall exception handle
Merge pull request !21627 from zhoufeng/alltoall_exception
4 years ago
i-robot
6320bf6b7b
!21676 check strategy for conv2d
Merge pull request !21676 from yangzhenzhang/check-strategy-for-conv2d
4 years ago
i-robot
73b55cff72
!20794 add adafactor
Merge pull request !20794 from jiangzhenguang/add_adafactor_optimizer
4 years ago
yangzhenzhang
d18c813ee4
check strategy for conv2d
4 years ago
zhoufeng
03a56f2bb0
alltoall exception handle
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
jonyguo
42b3512a1b
fix: when field is none in mr
4 years ago
jiangzhenguang
a3bb780ce4
optimize run memory
4 years ago
chenx2ovo
e72acf362c
[feat][assistant][I3CEGH] add op timemasking
4 years ago
i-robot
f154db1bb0
!20680 [assistant][ops] Add New SoftMarginLoss and SoftMarginLossGrad
Merge pull request !20680 from 孟权令/SoftMarginLoss
4 years ago
i-robot
4aaa8126a0
!21528 Add Parallel Print Support
Merge pull request !21528 from huangxinjing/add_print
4 years ago
i-robot
dc626617fc
!19526 [assistant][TimeStretch]
Merge pull request !19526 from QingfengLi/TimeStretch
4 years ago
i-robot
75429acbe3
!21519 fix waring
Merge pull request !21519 from shenwei41/fix_sqlite
4 years ago
shenwei41
59efbb88ec
fix waring
4 years ago
i-robot
8306abeb67
!21168 Only replace the primal user with tuple_getitem once
Merge pull request !21168 from YuJianfeng/ad
4 years ago
huangxinjing
92bad162bd
Add print
4 years ago
chenx2ovo
04705e5b0d
[feat][assistant][I3CEGC] add op timestretch
4 years ago
i-robot
c84e09cf45
!21072 Deserialize - python binding
Merge pull request !21072 from zetongzhao/deserialize_1
4 years ago
zetongzhao
4f199b548c
deserialize and tests
4 years ago
yujianfeng
cf4121126a
Only replace the primal user with tuple_getitem once
4 years ago
i-robot
d2ae09d891
!21437 Support ListComp and GeneratorExp in Graph Mode.
Merge pull request !21437 from 张清华/opt
4 years ago
i-robot
51a1ca61f2
!21357 [MD] fix SlicePatches when dealing with some special tensor.
Merge pull request !21357 from liyong126/fix_bug
4 years ago
i-robot
8a8851dc52
!18667 Remove redundant depend
Merge pull request !18667 from huangbingjian/remove_redundant_depend
4 years ago
SichongHao
3d2892b454
[feat][assistant][I3T91Y][I3T91Z]add new operator SoftMarginLoss and SoftMarginLossGrad
4 years ago
liyong
5fea72473c
fix HW1 issue
4 years ago
Zhang Qinghua
aef396f9f2
Support ListComp and GeneratorExp in Graph Mode.
4 years ago
ckczzj
9d9f33be88
[feat][assistant][I3J6VN] add new data operator flowers102
4 years ago