Commit Graph

3851 Commits

Author SHA1 Message Date
i-robot d21686c2fe
!32951 [feat] [assistant] [I48O56] Add new aicpu operator AdjustSaturation
Merge pull request !32951 from 陈慧敏/AdjustSaturation
2022-05-18 07:10:53 +00:00
i-robot d2a5df9950
!34351 Change class Variable to mutable function
Merge pull request !34351 from YuJianfeng/mutable
2022-05-18 01:32:05 +00:00
王超 50271da74b [feat] [assistant] [I48O56] Add new aicpu operator AdjustSaturation 2022-05-17 19:30:17 +08:00
i-robot 4a8bb274f7
!31634 [assistant][ops][I48O58] Add DenseToCSRSparseMatrix Operator
Merge pull request !31634 from 李定维/DenseToCSRSparseMatrix
2022-05-17 11:12:50 +00:00
i-robot 17fb1b2ea4
!34468 fix typecast on validate string
Merge pull request !34468 from luoyang/fix_typecast
2022-05-17 11:03:33 +00:00
i-robot bae2b79896
!34428 [feat] [assistant] [ops] [I51VS1] Add new operator nn.AdaptiveAvgPool1d
Merge pull request !34428 from fujianzhao/adaptive_avg_pool_1d
2022-05-17 03:27:30 +00:00
i-robot 8ed228063c
!30343 [feat] [assistant] [I48O5X] Add new aicpu operator AdjustContrastv2
Merge pull request !30343 from 魏铭宏/AdjustContrastv2
2022-05-17 02:58:18 +00:00
i-robot 175350c1c8
!33816 initial_epoch for model train
Merge pull request !33816 from changzherui/add_initial_epoch
2022-05-17 02:55:26 +00:00
i-robot d2c496e81f
!34301 add reminder for pipeline parallel
Merge pull request !34301 from bichaoyang/master
2022-05-17 01:20:04 +00:00
luoyang bc4d57018c fix typecast on validate string 2022-05-16 23:21:06 +08:00
liruoxuan 78cff1394a [assistant][ops][I48O58] Add DenseToCSRSparseMatrix Operator 2022-05-16 17:52:09 +08:00
whitewings 98ec2f6d4a [feat][ops][I48O5X]Add new image operator AdjustContrastv2 2022-05-16 16:29:14 +08:00
fujianzhao cb56dd895d [feat] [assistant] [ops] [I51VS1] Add new operator nn.AdaptiveAvgPool1d 2022-05-16 16:19:24 +08:00
changzherui 43552f6568 initial epoch for model train 2022-05-16 11:47:16 +08:00
bichaoyang 98d4b75d1b reminder when missing 'pipeline_end' 2022-05-16 11:11:00 +08:00
yujianfeng d855c830d2 Change class Variable to mutable function 2022-05-16 09:05:32 +08:00
hangangqiang f14647077b remove unused fields in __init__ function 2022-05-15 17:11:05 +08:00
hangangqiang 09a2c2e0dd fix rewrite bugs 2022-05-14 20:27:37 +08:00
i-robot c8bd35320b
!34346 fix rewrite bugs
Merge pull request !34346 from hangq/rewrite-bug
2022-05-14 02:56:26 +00:00
i-robot 4cde40189c
!34321 [MD] Normalize md5 tests - new golden files, unskip tests
Merge pull request !34321 from cathwong/ckw_xtransuni_ut_new_golden_unskip_md5
2022-05-13 21:00:38 +00:00
hangangqiang d6ddd1d49a fix rewrite bugs 2022-05-13 17:31:17 +08:00
i-robot 2427626f10
!34250 Return -1 as unknown batch size for callable batch_size param
Merge pull request !34250 from luoyang/get_batch_size
2022-05-13 06:45:07 +00:00
i-robot c07819796c
!34221 [feat] [assistant] [ops] [I51VSC] Add new operator nn.HuberLoss
Merge pull request !34221 from fujianzhao/huberloss
2022-05-13 02:57:19 +00:00
i-robot bfd377ca3c
!34125 add nn.ConstantPad1d nn.ConstantPad2d nn.ConstantPad3d and nn.ZeroPad2d
Merge pull request !34125 from ZhidanLiu/master
2022-05-13 01:53:23 +00:00
Cathy Wong 1caa2012bb [MD] Normalize md5 tests - new golden files, unskip tests 2022-05-12 16:02:36 -04:00
Cathy Wong 942001ffc6 [MD] Tranform Unification - skip normalize md5 tests 2022-05-12 12:56:01 -04:00
i-robot 8d44248535
!34199 [MD] Transforms Unificiation Feature - Phase 1B - Minor Code Fixes and UT Updates
Merge pull request !34199 from cathwong/ckw_xtranuni_code2_cutout_totensor
2022-05-12 13:51:00 +00:00
i-robot 887db57434
!32859 [assistant][ops]Add GetImageSize
Merge pull request !32859 from yangwm/size
2022-05-12 11:38:42 +00:00
luoyang 3cb854abc7 Return -1 as unknown batch size for callable batch_size param 2022-05-12 15:38:08 +08:00
i-robot 4d8ef64c11
!33931 [feat] [assistant] [ops] [I51VSB] Add new operator nn.Hardtanh
Merge pull request !33931 from fujianzhao/dev
2022-05-12 06:40:03 +00:00
i-robot 5e5606e82f
!33193 [assistant][ops]New operator implementation, include igamma igammac igammagrad
Merge pull request !33193 from ganqijun/ig
2022-05-12 03:44:53 +00:00
fr199787 9e5eb88799 [faet] [assistant] [I4S2FH] add new operator GetImageSize 2022-05-12 11:17:38 +08:00
ZhidanLiu fdd6f7c759 add nn.ConstantPad1d nn.ConstantPad2d nn.ConstantPad3d and nn.ZeroPad2d 2022-05-12 10:34:52 +08:00
i-robot 5cdfc094fb
!32695 [feat] [assistant] [I4CRKM] [I4CRKN] add nn operator MaxPoolV1 and MaxPoolGradV1
Merge pull request !32695 from Seeker98/0407_m
2022-05-12 02:20:27 +00:00
i-robot 5e31a54cbb
!32787 [assistant][ops]Add GetImageNumChannels
Merge pull request !32787 from yangwm/channels
2022-05-12 02:07:12 +00:00
Cathy Wong d08846176b [MD] Transforms Unificiation Feature - Phase 1B - Minor Code Fixes and UT updates 2022-05-11 16:21:35 -04:00
Seeker aa0dc155fb add aicpu op MaxPoolV1 MaxPoolGradV1 2022-05-11 17:42:12 +08:00
fujianzhao 4fd3433d23 [feat] [assistant] [ops] [I51VSC] Add new operator nn.HuberLoss 2022-05-11 15:39:02 +08:00
fakeen 7380756a0f igamma 2022-05-11 15:23:33 +08:00
fujianzhao 5bb57674da [feat] [assistant] [ops] [I51VSB] Add new operator nn.Hardtanh 2022-05-11 14:23:11 +08:00
i-robot a0a9c942c8
!33956 Add a nn cell for softsign.
Merge pull request !33956 from liqiliang/softsign-cpu
2022-05-11 03:15:10 +00:00
i-robot dbb05a92ea
!33962 fix: md AddressSanitizer
Merge pull request !33962 from guozhijian/fix_md_AddressSanitizer
2022-05-11 03:03:53 +00:00
i-robot 3aca62f878
!33338 [assistant][ops][I48O5W] Add new AdjustHue operator
Merge pull request !33338 from 邹天宇/AdjustHue
2022-05-11 01:51:49 +00:00
i-robot e8338c473e
!32779 [assistant][ops]New operator implementation, include DataFormatVecPermute
Merge pull request !32779 from 梁秀波/DataFormatVecPermute
2022-05-11 01:51:05 +00:00
i-robot fdb9c9cdd7
!31727 [assistant][ops] Add new Identity
Merge pull request !31727 from wxy220/Identity
2022-05-10 15:50:17 +00:00
jonyguo 8ba8c930e7 fix: md AddressSanitizer 2022-05-10 18:45:42 +08:00
zoutianyu 9224212dad [assistant][ops][I48O5W]Add new image operator AdjustHue 2022-05-10 18:32:47 +08:00
i-robot 035de460b6
!33293 [assistant][ops]New operator implementation, include zeta
Merge pull request !33293 from ganqijun/zeta
2022-05-10 10:17:39 +00:00
liqiliang 0fabbc4ccb Add a nn cell for softsign. 2022-05-10 17:09:33 +08:00
Wang Yao 53071e5896 [feat][assistant][I48O6B] add new Ascend operator DataFormatVecPermute 2022-05-10 15:28:14 +08:00