i-robot
1e47ff7bc3
!22108 modify check strategy for conv2d
Merge pull request !22108 from yangzhenzhang/modify-check-strategy-for-conv2d
4 years ago
hedongdong
09bc1bddf1
[feat][assistant][I3T92H] add new array operator SplitV
4 years ago
i-robot
ab758a981c
!20044 [assistant][ops] Add New Lerp
Merge pull request !20044 from 孟权令/Lerp
4 years ago
7347157+joylvliang@user.noreply.gitee.com
a30800ecc3
add_st_ut_case_for_pynative_non_tensor_input
4 years ago
i-robot
822cedec0a
!22153 Convert some ops bprops to mindir
Merge pull request !22153 from YuJianfeng/bprop_mindir
4 years ago
yangzhenzhang
f1afaeac5a
modify check strategy for conv2d
4 years ago
zjun
779b655cfe
Add switch_layter pynative ut test
Signed-off-by: zjun <zhangjun0@huawei.com>
4 years ago
i-robot
6082835501
!22146 dataset: support return bytes in GeneratorDataset
Merge pull request !22146 from ms_yan/decode_bytes
4 years ago
Cathy Wong
3581e7962e
MD Profiling UT: Use pytest setup and teardown
4 years ago
yujianfeng
712b9bd013
convert some ops bprops to mindir
4 years ago
i-robot
db44b88e1e
!22094 MD Profiling: For mismatch op info btwn files, skip bottleneck analysis
Merge pull request !22094 from cathwong/ckw_mon_py_analyze_fixes3
4 years ago
ms_yan
6ecfc34524
add np.frombuffer to support return bytes
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
i-robot
0e7844daa9
!22093 revert merge request 21685
Merge pull request !22093 from guozhijian/revert-merge-21685-master
4 years ago
i-robot
4ba337e0f5
!16667 [assistant][ComplexNorm]
Merge pull request !16667 from QingfengLi/ComplexNorm
4 years ago
doit
bf23333b27
[feat] [assistant] [I3T927] add new math operator Lerp
4 years ago
i-robot
f34426095c
!22084 Move Transformer Code from Mindspore.nn.parallel to mindspore.parallel.nn
Merge pull request !22084 from huangxinjing/transformer_doc_check
4 years ago
huangxinjing
d777742904
1. Move the class to mindspore.parallel, support activation sharding
4 years ago
i-robot
954864bfba
!22037 incoroporate getitem if indexed node is zeros_like
Merge pull request !22037 from xychow/always-incorporate-getitem-if-zeros-like
4 years ago
i-robot
5d1bb097e2
!22052 Fix probability core dump in MindData coverage test
Merge pull request !22052 from luoyang/issues2
4 years ago
robert_luo_yibo
d837cbee0f
[feat][assistant][I3CEG8] add new data operator ComplexNorm
4 years ago
Cathy Wong
85931175bc
MD Profiling: For mismatch op info btwn files, skip bottleneck analysis.
Add to summary output: per_pipeline_time and per_push_queue_time.
Enhance UT
4 years ago
guozhijian
e1df9a2152
revert 'Pull Request !21685 : add function to invert_op'
4 years ago
i-robot
4113aee7d6
!18668 [assistant][ops]New operator implementation, include Flowers102Dataset
Merge pull request !18668 from Wangsong95/flowers102_dataset
4 years ago
YangLuo
9352935ff6
Fix probability core dump in MindData coverage test
4 years ago
i-robot
c93bb9936e
!20011 [assistant][ops] Add nn operator Roll
Merge pull request !20011 from 孟权令/Roll
4 years ago
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