Isaac
5dc6c7fe96
[feat][assistant][I3J6U6]add new data operator DeemphBiquad
2021-09-09 14:34:24 +08:00
i-robot
9ad56e86ab
!17846 [assistant][ops]Add new operator HighpassBiquad
...
Merge pull request !17846 from YJfuel123/HighpassBiquad
2021-09-09 02:06:41 +00:00
i-robot
a918783f1a
!22623 Add Random operation with Multi Field
...
Merge pull request !22623 from shenwei41/operation_dev
2021-09-09 01:49:04 +00:00
shenwei41
a8d02ab782
Add Random operation with MultiField
2021-09-08 19:29:23 +08:00
i-robot
938324b397
!19362 [assistant][ops] Add new dataset operator Cityscapes.
...
Merge pull request !19362 from Rainfor/cityscapes
2021-09-08 09:14:43 +00:00
i-robot
4cab7ffbd3
!22909 sync code to gitee according code review
...
Merge pull request !22909 from guozhijian/sync_code_review
2021-09-08 08:26:58 +00:00
i-robot
c44c5b494b
!22980 Fix a bug for assign in OrderedSet/OrderedMap
...
Merge pull request !22980 from hewei/fix_ordered_set_map
2021-09-08 08:22:53 +00:00
yaoyuan
85a1b55b47
[feat] [assistant] [I3ALCL] add new operator HighpassBiquad
2021-09-08 15:12:40 +08:00
yelihua
801121a140
add common get realpath method
2021-09-08 09:58:48 +08:00
Guo Zhijian
4b413922ac
fix: code review new
2021-09-08 09:10:54 +08:00
He Wei
90621de3aa
Fix a bug for assign in OrderedSet/OrderedMap
...
1. Old data should be cleared before assign to new data;
2. FuncGraph::CopyNodes should use 'update' instead of 'operator='.
2021-09-07 11:03:54 +08:00
Zhang Qinghua
7203989c26
Support fallback feature in Graph mode (1).
2021-09-06 16:00:03 +08:00
i-robot
ff81c3ce13
!22828 [AutoParallel]Add no_elimilate for communication op
...
Merge pull request !22828 from lichen/add_no_elimilate_for_comm_op
2021-09-04 07:21:46 +00:00
lichenever
56b31fce42
add_no_elimilate_for_comm_op
2021-09-03 16:54:56 +08:00
zhouyaqiang
dad375abb9
add gpu complex ops
2021-09-03 11:03:28 +08:00
i-robot
fc9d4ed659
!17813 [assistant][ops] Add new audio operator Contrast
...
Merge pull request !17813 from 杨旭华/Contrast
2021-09-01 06:38:05 +00:00
i-robot
2c692bf7de
!22450 insert the overflow check operators according to the "gradients" scope name.
...
Merge pull request !22450 from guoqi/overflow-check-master
2021-08-31 13:37:09 +00:00
wangkc123
70f741bcc1
[feat] [assistant] [I3CKEM] add new dataset operator Cityscapes
2021-08-31 20:03:37 +08:00
i-robot
389f3a6b6c
!21835 make alltoall and neighborexchange to be interface && revert pr 21395
...
Merge pull request !21835 from zhoufeng/revert-same-input-to-comm-op
2021-08-31 08:53:46 +00:00
guoqi
8fccec4c20
insert overflow check operaters according to the 'gradients' scope
2021-08-31 16:44:02 +08:00
tongyue
329526dea8
[feat][assistant][I3J6U0] add new data operator Contrast
2021-08-30 19:34:37 -07:00
zhoufeng
ecae690a19
Revert "fix same node is used by two comm op"
...
This reverts commit b09d411dc4 .
add AlltoAll and NeighborExchange as interface
2021-08-30 16:54:38 +08:00
i-robot
a47ab8d643
!18073 [assistant][ops]Add new operator LowpassBiquad
...
Merge pull request !18073 from YJfuel123/LowpassBiquad
2021-08-30 08:33:39 +00:00
i-robot
524caeb5ef
!22292 Profiler adapts to the change of training trace interface.
...
Merge pull request !22292 from casgj/master_trace
2021-08-30 07:15:33 +00:00
gaojing
fa02606348
step train modified
2021-08-29 23:04:55 -04:00
Zhang Qinghua
a137fa1d0b
Optimize the Executors routines.
...
- Fix the key generating.
- Distinguish the executors.
2021-08-28 17:36:12 +08:00
i-robot
1639023909
!22263 Add convertcolor operation
...
Merge pull request !22263 from shenwei41/operation_dev
2021-08-27 12:33:43 +00:00
liyong
c257cf36e2
refactor mindrecord
2021-08-27 09:15:05 +08:00
shenwei41
1295744524
Add ConvertColor Operation
2021-08-26 21:14:28 +08:00
haizhouye
d96d9e64b0
[feat] [assistant] [I3ALCA] add new LowpassBiquad operator
...
[feat] [assistant] [I3ALCA] add new LowpassBiquad operator
bugfix
fix
fix
2021-08-26 18:49:21 +08:00
i-robot
32281f84e7
!19000 update LayerNormGrad split pass to V2
...
Merge pull request !19000 from yuchaojie/ir_fusion2
2021-08-26 08:03:33 +00:00
i-robot
8e39dd4ec7
!22173 ascend add nontask sink mode
...
Merge pull request !22173 from baihuawei/graph_mode_nonsink_part3-2
2021-08-26 06:20:36 +00:00
i-robot
9b28bd6308
!22342 [Auto parallel] Adjust the device matrix of OneHot operator
...
Merge pull request !22342 from Xiaoda/85-adapt-onehot
2021-08-25 09:02:44 +00:00
baihuawei
a9694a9230
ascend add nontask sink mode
2021-08-25 14:45:58 +08:00
Xiaoda Zhang
ae2d3b4832
adjust the device matrix for onehot use in moe
2021-08-25 14:36:06 +08:00
i-robot
abc9d8e6fe
!22068 DynamicRNN supports scenarios that hidden_size is not multiples of 16
...
Merge pull request !22068 from yuchaojie/op_select2
2021-08-25 01:32:26 +00:00
yuchaojie
1d1490df0b
xupdate LayerNormGrad split pass to V2
2021-08-24 14:43:09 +08:00
yuchaojie
7b3943bc91
DynamicRNN supports scenarios that hidden_size is not multiples of 16
2021-08-24 11:20:44 +08:00
He Wei
c9ecb27db8
Change monad.py as internal usage only
2021-08-24 10:45:40 +08:00
i-robot
ef195c9de6
!21631 Deserialize part4
...
Merge pull request !21631 from zetongzhao/deserialize_3
2021-08-23 20:09:23 +00:00
zetongzhao
b17464e30c
deserialize and tests
2021-08-23 14:11:05 -04:00
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
2021-08-23 01:46:38 +08:00
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
2021-08-22 16:26:45 +08:00
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
2021-08-22 13:39:37 +08:00
i-robot
0f3de77e93
!21149 Sync MD code clean to master
...
Merge pull request !21149 from xiefangqi/md_sync_codeclean_master
2021-08-21 06:43:20 +00:00
i-robot
4ba337e0f5
!16667 [assistant][ComplexNorm]
...
Merge pull request !16667 from QingfengLi/ComplexNorm
2021-08-21 02:44:18 +00:00
robert_luo_yibo
d837cbee0f
[feat][assistant][I3CEG8] add new data operator ComplexNorm
2021-08-20 09:07:21 +08:00
yanghaitao1
8fc11cb676
adapt delete libms_profiler_fwk.a
2021-08-19 19:33:53 +08:00
i-robot
5e718c5676
!21973 GetRankId failed in PyNative mode
...
Merge pull request !21973 from caifubi/master-hccl-get-rank-id
2021-08-19 01:22:23 +00:00
xiefangqi
0e2efc2501
fix minddata code clean
2021-08-19 09:11:30 +08:00