Commit Graph

1281 Commits

Author SHA1 Message Date
i-robot 9351979564
!43300 [MD] support Python MP transforms in failover reset
Merge pull request !43300 from Mohammad Motallebi/reset_repeatability_python
2022-10-07 20:33:34 +00:00
mohammad 8c5a1cd772 [MD] fix repeatability with python MP + support in failover reset 2022-10-06 17:00:09 -04:00
i-robot dfcd89f1bf
!42593 add value print for Parameter
Merge pull request !42593 from 吕昱峰(Nate.River)/master
2022-10-04 13:25:55 +00:00
i-robot 9b6efdd903
!42986 [MD] Serialize Python UDFs - log a warning
Merge pull request !42986 from cathwong/ckw_serdes_pyfunc_warn
2022-09-29 20:31:41 +00:00
ccx f7c7da09cf RandomResizedCrop 2022-09-28 03:51:29 +08:00
i-robot 8257e6c4f7
!41900 [MD] Support repeatability when failover reset occurs
Merge pull request !41900 from Mohammad Motallebi/failover_randomness
2022-09-27 09:08:34 +00:00
Cathy Wong b9ac3f7b18 [MD] Serialize Python UDFs - log a warning 2022-09-26 22:48:12 -04:00
lvyufeng eff301e3e5 add value print for Parameter 2022-09-26 12:54:13 +08:00
jonyguo 0ae4a27bd8 fix: md asan error 2022-09-24 17:32:48 +08:00
i-robot 8fd7952b4b
!40774 [assistant][ops] Add new video operator HorizontalFlip
Merge pull request !40774 from Maeyon-Z/horizontalFlip_op
2022-09-24 07:51:50 +00:00
i-robot 2d3797a21a
!41027 [assistant][ops] Add new video operator VerticalFlip
Merge pull request !41027 from Maeyon-Z/verticalFlip_op
2022-09-24 06:45:04 +00:00
nefu-xiaobai 67b2034634 [feat] [assistant] [#I5EWHP] add new video operator VerticalFlip 2022-09-23 11:16:23 +08:00
nefu-xiaobai 0e0dcbfb3b [misc] [assistant] [#I5EWHP] modify the operator horizontalFlip 2022-09-23 10:58:06 +08:00
mhmotallebi 349126edd7 [MD] add repeatability for failover reset 2022-09-22 17:27:38 -04:00
i-robot d007a090ae
!42349 fix: generator dataset with multi-process use .skip error
Merge pull request !42349 from guozhijian/fix_generator_dataset_split
2022-09-20 10:58:23 +00:00
i-robot 243356fc4b
!42108 [MD] Fix some serdes bugs for Py UDFs, Py ops (w enum Inter & Border parms, fill_value). AutoTune scenarios impacted.
Merge pull request !42108 from cathwong/ckw_serdes_py_json_enum
2022-09-20 06:26:51 +00:00
jonyguo 489635fc84 fix: generator dataset with multi-process skip error 2022-09-19 20:53:29 +08:00
Cathy Wong 46d4608fe1 [MD] Fix some serdes bugs for Py UDFs, Py ops (w enum Inter & Border
parms, fill_value). AutoTune scenarios impacted.
2022-09-16 16:02:26 -04:00
David 5aa233878f Fixed batch type issue 2022-09-09 14:02:15 -04:00
luoyang 10a329d703 fix some validation and add some tips 2022-09-07 18:46:31 +08:00
i-robot 6fd2043884
!35430 [feat] [assistant] [I501QE] Add new operator Perspective
Merge pull request !35430 from EdisonLee/Perspective
2022-09-03 07:55:07 +00:00
jinzi 0091511fbc update operator Perspective 2022-09-02 15:12:55 +08:00
Xiao Tianci 3bc4288a75 fix TFReader coredump 2022-09-01 16:16:30 +08:00
lianlinghang 85de9687cb [feat][assistant][I4S2FN] add new data operator RandAugment 2022-08-31 09:43:04 +08:00
i-robot af4fba9d61
!40479 [feat] [assistant] [I501Q9] Add new operator Affine
Merge pull request !40479 from TBD1/Affine
2022-08-30 12:21:04 +00:00
i-robot 44317e86f1
!40572 [MD] Support processing bytes data in Dataset
Merge pull request !40572 from xiaotianci/support_bytes_data
2022-08-30 11:15:38 +00:00
jinzi f268721dc5 affine 2022-08-30 14:09:42 +08:00
David a18988c76f Fixed map test issue 2022-08-29 16:21:55 -04:00
YangLuo 87fd13c30d skip repeatability ut temporary and wait for fix 2022-08-27 16:34:46 +08:00
i-robot 45f24512f8
!30257 [assistant][ops] Add new video operator Normalize
Merge pull request !30257 from 杨旭华/Normalize
2022-08-27 07:18:14 +00:00
i-robot 451a39f9b4
!40847 [MD] Fixed Random Repeatability Issue (Cpp, Python MP)
Merge pull request !40847 from davidanugraha/map_batch_randomness
2022-08-27 00:56:46 +00:00
David daf348a5d1 Fix map and batch randomness 2022-08-26 13:35:26 -04:00
lianlinghang d443cee406 [feat][assistant][I4S2FM]expand the normalization operation of high dimension 2022-08-26 17:00:23 +08:00
Xiao Tianci 6a8aaf7b11 support processing bytes data in Dataset 2022-08-26 14:33:42 +08:00
Xiao Tianci b04ac43701 fix validation of Dither and code examples of mindrecord 2022-08-25 11:52:15 +08:00
i-robot 0375539c6a
!36999 [feat] [assistant] [I501QC] Add new operator ResizedCrop
Merge pull request !36999 from 赵东婕/ResizedCrop
2022-08-23 02:52:29 +00:00
i-robot 63afae594e
!40370 [feat][assistant][I4S2FK] Add new video operator Resize
Merge pull request !40370 from 王天浩/Resize
2022-08-23 02:52:24 +00:00
赵东婕 e82e8287c6 Add new operator ResizedCrop
t push -f origin ResizedCrop:
Signed-off-by: gengu6585 <2352462017@qq.com>
2022-08-22 13:21:48 +08:00
tian-hao-wang d3cc255909 [feat][assistant][I4S2FK] Add new video operator Resize 2022-08-17 18:25:53 +08:00
jinzi 8da20d9706 “add1” 2022-08-12 18:44:09 +08:00
i-robot 3c0f2e7b8a
!34500 [feat] [assistant] [I501PW] Add new operator AdjustHue
Merge pull request !34500 from 邹天宇/AdjustHue
2022-08-12 06:29:12 +00:00
zou-tianyu 4210160b84 [feat] [assistant] [I501PW] Add new operator AdjustHue 2022-08-12 11:02:31 +08:00
i-robot ee7f21f867
!30278 [assistant][ops] Add new video operator RandomHorizontalFlip
Merge pull request !30278 from 杨旭华/RandomHorizontalFlip
2022-08-11 01:50:20 +00:00
luqilin d60d08247e [feat] [assistant] [I4S2FJ] Add new video operator RandomHorizontalFlip 2022-08-10 12:36:04 +08:00
jinzi 56756c84bb update operator Posterize
update operator Posterize

update operator Posterize
2022-08-09 16:41:18 +08:00
lizhiheng a36d8491ed Update new operator AdjustSaturation 2022-08-09 10:24:05 +08:00
lizhiheng e83dd1f222 update new operator AdjustSharpness
Update new operator AdjustSharpness

Update new operator AdjustSharpness
2022-08-08 15:22:10 +08:00
jinzi ef99a3bba8 newhko 2022-08-05 21:47:28 +08:00
i-robot 28bc6f9e21
!35984 [feat] [assistant] [I501PU] Add new operator AdjustBrightness
Merge pull request !35984 from 刘赫喃/Adjust_Brightness
2022-08-05 09:56:14 +00:00
i-robot b52059af71
!35271 linear_fbanks
Merge pull request !35271 from zhangxiangjinzi/linear_fbanks
2022-08-05 03:31:57 +00:00