i-robot
b90cf43562
!30553 Support dataset reset() to recover after failure
...
Merge pull request !30553 from h.farahat/reset
2022-03-04 02:19:45 +00:00
i-robot
f01d841113
!27943 [MD][Autotune] Save/Load Autotune config
...
Merge pull request !27943 from harshvardhangupta/save_load_at_config
2022-03-03 20:42:23 +00:00
i-robot
7b26a32e98
!22608 [assistant][ops]New operator implementation, include KITTIDataset
...
Merge pull request !22608 from Wangsong95/kitti_dataset
2022-03-03 07:05:40 +00:00
h.farahat
a3dec34833
Dataset failover reset
2022-03-02 23:53:56 -05:00
harshvardhangupta
bd61adbb72
Implement save/load of autotune dataset pipeline configuration #27943
2022-03-02 15:08:08 -05:00
i-robot
70e61e9014
!30781 [MD] test_pyfunc_multiprocess_autotune.py - enable AutoTune
...
Merge pull request !30781 from cathwong/ckw_ut_fixup_map_python_multiproc
2022-03-02 19:50:29 +00:00
i-robot
edcc6b790d
!30714 [MD][Offload] Add TypeCast op to offload
...
Merge pull request !30714 from markuskunej/offload_typecast
2022-03-02 19:48:58 +00:00
Cathy Wong
eb931c7f88
[MD] test_pyfunc_multiprocess_autotune.py - enable AutoTune
2022-03-02 13:25:35 -05:00
zx
93617ce91e
[feat][assistant][I3J6VO] add new data operator KITTI
2022-03-02 19:29:17 +08:00
Cathy Wong
b151f90b8d
[MD] Add tests for Python Multiprocessing with AutoTune
2022-03-01 20:20:59 -05:00
markuskunej
6de37045ff
Added TypeCast op in dataset offload.
2022-03-01 21:55:27 +00:00
i-robot
a8686ae3d9
!18827 [assistant][ops]New operator implementation, include LFWDataset
...
Merge pull request !18827 from Wangsong95/lfw_dataset
2022-02-28 08:31:11 +00:00
zx
2132f62d98
[feat][assistant][I3J6VQ] add new data operator LFW
2022-02-28 13:43:05 +08:00
danishfarid
6c4697fc8b
reenable AT for non-sink
...
tests re-enable
code check fix 1
remove self
lint fixing
lint fix 2
remove test as per req
2022-02-25 00:02:58 +00:00
i-robot
2a00ffd3b1
!30259 [MD]Update set_autotune_enable API to add save filepath
...
Merge pull request !30259 from cathwong/ckw_at_save_api
2022-02-24 01:00:59 +00:00
Cathy Wong
46e223e569
[MD] Update set_autotune_enable API to add save filepath
2022-02-23 14:50:55 -05:00
i-robot
eeb731ae3e
!18738 [assistant][ops]New operator implementation, include LSUNDataset
...
Merge pull request !18738 from Wangsong95/lsun_dataset
2022-02-23 02:28:40 +00:00
i-robot
abb89d3f06
!29705 [MD][Offload] Support Multi-Column Datasets and Map Column Names to Index
...
Merge pull request !29705 from markuskunej/offload_multi_col_ds
2022-02-22 22:48:38 +00:00
liyong
3e1c668247
fix mnist dataset
2022-02-22 15:25:13 +08:00
markuskunej
87a45b239b
Add offload support for multi-column datasets and map offload operations
...
to specific columns.
2022-02-18 20:09:49 +00:00
zhixinaa
4ce6104ff9
[feat][assistant][I3J6V9] add new data operator LSUN
2022-02-18 15:40:32 +08:00
i-robot
c4c5a1c6da
!29862 MD Autotune supporting MindRecordOp
...
Merge pull request !29862 from Mohammad Motallebi/autotune_addworker_mindrecord
2022-02-16 23:34:11 +00:00
mohammad
ddd3b07648
MD autotune supports mindrecord
2022-02-16 14:00:31 -05:00
Cathy Wong
6c5dbf937f
[MD] Disable shared memory in Python Multiprocessing UTs for CI
2022-02-15 11:00:44 -05:00
i-robot
c45e8b5c9b
!29797 [MD]Enhance Python Multiprocessing test coverage
...
Merge pull request !29797 from cathwong/ckw_ut_python_multiproc
2022-02-14 18:41:22 +00:00
Cathy Wong
befe8f4837
[MD]Enhance Python Multiprocessing test coverage
2022-02-11 12:31:21 -05:00
i-robot
5858a06689
!29700 [MD] Tidy up UT and device queue info messages
...
Merge pull request !29700 from cathwong/ckw_device_queue_probes
2022-02-09 12:47:27 +00:00
Cathy Wong
fb469f1ad2
[MD] Tidy up UT and device queue info messages
2022-02-08 17:51:11 -05:00
许志杰
ab9a32ad0d
[feat] [assistant] [#I40GYE] add new loader SQuADDataset
2022-02-08 03:00:09 -08:00
luoyang
c248274d91
fix vocab validation
2022-02-07 15:55:59 +08:00
i-robot
a1b5f06407
!29535 [MD] Profiler Memory Tooling Support
...
Merge pull request !29535 from cathwong/ckw_memory_tool
2022-02-01 21:39:05 +00:00
Cathy Wong
3fe9a05341
[MD] Profiler Memory Tool Support
2022-01-31 17:46:17 -05:00
i-robot
e12d6af257
!29358 MD Child Sampler Code and UT Issues
...
Merge pull request !29358 from zetongzhao/sampler_AddChild
2022-01-31 16:55:22 +00:00
zetongzhao
ea9783e18c
fix sampler add_child
2022-01-31 07:45:42 -05:00
i-robot
02d63d7ad9
!23008 [assistant][ops][FilterWikipediaXML]
...
Merge pull request !23008 from Isaac/FilterWikipediaXML
2022-01-29 08:35:29 +00:00
tophand
797cd52c96
[feat][assistant][I40GXK]add new data operator Filter_Wikipedia_XML
2022-01-28 02:26:20 -08:00
QRICK
52c73ff1b3
[assistant][ops][I3T96S] Add new data operator MaskAlongAxis
2022-01-28 14:53:38 +08:00
QRICK
9ed73eae94
[assistant][ops][I3T96P] Add new data operator MaskAlongAxisIID
2022-01-27 12:20:26 +08:00
i-robot
2b82ba1e49
!26244 [assistant][ops] Add new data PhaseVocoder
...
Merge pull request !26244 from TR-nbu/PhaseVocoder
2022-01-26 06:46:36 +00:00
donrichnx
eee07047a0
[feat] [assistant] [I40GYJ] add Captioning task of CocoDataset
2022-01-24 17:24:16 +08:00
QRICK
859f90cb85
[assistant][ops][I3T96R] Add new data operator PhaseVocoder
2022-01-24 16:00:24 +08:00
i-robot
85ac17a8c6
!22736 [assistant][ops] Add new dataset operator LibriTTSDataset
...
Merge pull request !22736 from TR-nbu/LibriTTSDataset
2022-01-22 10:03:40 +00:00
ZJM
8d339ccfea
[assistant][ops][22736] Add new dataset operator LibriTTSDataset
2022-01-21 17:34:42 +08:00
chenx2ovo
bbba4fb940
[feat][assistant][I3CEG0] add op melscale
2022-01-21 11:30:34 +08:00
ZJM
fff47f3886
[assistant][ops][I3T96T] Add new dataset operator CMUArcticDataset
2022-01-20 17:40:35 +08:00
i-robot
501614a61f
!22514 [assistant][ops] Add new data operator Multi30kDataset
...
Merge pull request !22514 from 杨旭华/Multi30kDataset
2022-01-20 02:13:17 +00:00
i-robot
f4bd87380b
!29195 Update API docs for Audio and Callback to the previous modifications
...
Merge pull request !29195 from xiaotianci/fix_chinese_api
2022-01-20 01:17:02 +00:00
unknown
c4ee548905
[feat][assistant][I40GY6]add new data operator Multi30kDataset
2022-01-19 18:33:13 +08:00
Xiao Tianci
1d628bfb85
Fix API docs of Audio and Callback
2022-01-19 15:23:50 +08:00
ZJM
21973bbbec
[assistant][ops][I3T96W] Add new dataset operator GTZANDataset
2022-01-19 13:48:50 +08:00
1462492739@qq.com
bf5f24d62f
[assistant][ops][I3T96S] Add new data operator CreateFbMatrix
2022-01-14 21:24:17 +08:00
i-robot
cfe5669de9
!28975 [MD] Chained Sampler Python UT fixes and updates
...
Merge pull request !28975 from cathwong/ckw_ut_sampler_chain_fixes2
2022-01-14 03:49:05 +00:00
Cathy Wong
9d9013ba79
[MD] Chained Sampler UT fixes and updates
2022-01-13 17:39:33 -05:00
luoyang
e5f2c75233
fix minddata api doc
2022-01-13 16:39:08 +08:00
markuskunej
54e584c300
Added input column validation for offloaded map operations.
...
Moved check_add_offload from dataset_helper.py to offload.py.
2022-01-12 16:16:49 +00:00
i-robot
fc4abc99f5
!28595 Fix some code review probelms
...
Merge pull request !28595 from xiaotianci/update_code_review
2022-01-12 09:30:28 +00:00
i-robot
5c961f9fb2
!28812 [MD UT] Misc AutoTune and Profiling UT updates
...
Merge pull request !28812 from cathwong/ckw_prof_misc
2022-01-12 03:03:13 +00:00
Cathy Wong
12b4e81f55
MD UT: Misc AutoTune and Profiling UT updates
2022-01-11 11:56:06 -05:00
Xiao Tianci
96a2e38d01
update review problems
2022-01-11 15:31:53 +08:00
i-robot
b073af4b5d
!28559 [MD][Offload] Added dimension check to required Offload ops.
...
Merge pull request !28559 from alashkari/offload-fix
2022-01-05 07:38:31 +00:00
i-robot
a1720c210d
!22348 [assistant][ops] Add new loader EnWik9Dataset
...
Merge pull request !22348 from 杨旭华/EnWik9Dataset
2022-01-05 07:36:48 +00:00
Rescue
fac68dbb46
Added dimension check to required Offload ops.
2022-01-05 04:26:31 +00:00
i-robot
de030c8d41
!28204 Improved HwcToChw support multi-channel input.
...
Merge pull request !28204 from unseenme/mindcon_coding_hwc2chw
2022-01-04 11:50:04 +00:00
unseenme
755cb0adfa
Improved HwcToChw support multi-channel input.
2022-01-04 15:47:04 +09:00
Eden
63ab65e3a4
[feat] [assistant] [#I40GYF] add new loader EnWik9Dataset
2022-01-03 21:45:43 -08:00
vddong
7449b8364b
[feat][assistant][I40GYQ] add new dataset operator WIDERFace
2021-12-31 13:49:47 +08:00
jingyangxiang
a7f8b3af1c
[feat][assistant][ops]New operator implementation, include IMDBDataset
...
Signed-off-by: zjuter0126 <977180923@qq.com>
2021-12-30 11:16:23 +08:00
zjuter0126
3c2ca41886
[feat][assistant][ops] add new data operator WikiTextDataset
2021-12-29 18:54:54 +08:00
i-robot
ac9e545dc8
!22546 add new dataset loading operator CaltechDataset
...
Merge pull request !22546 from 杨旭华/CaltechDataset
2021-12-29 03:40:06 +00:00
donrichnx
9a0fc0ffc1
[feat] [assistant] [I40GYH] add new dataset loading operator CaltechDataset
2021-12-28 19:04:18 +08:00
i-robot
67e843ec7f
!27487 [assistant] [ops][SpectralCentroid]
...
Merge pull request !27487 from 杨旭华/SpectralCentroidOp
2021-12-28 09:10:32 +00:00
i-robot
7faf774063
!22310 [assistant][ops] Add new loader SemeionDataset
...
Merge pull request !22310 from 杨旭华/SemeionDataset
2021-12-28 03:13:02 +00:00
i-robot
bff8d6ae01
!28247 Fix Python Vocab validation
...
Merge pull request !28247 from luoyang/vocab
2021-12-28 02:58:25 +00:00
luqilin
896f10d6d5
[feat][assistant][I40GYK] add new dataset loading operator SemeionDataset
2021-12-27 19:49:06 +08:00
tongyue
9a1dcd60fc
[fix] [assistant] [I40GXI] fix bug in the infer function of the operator SpectralCentroid
2021-12-27 01:41:31 -08:00
i-robot
69a6c7db98
!23380 [assistant][ops] Add new loader AmazonReview
...
Merge pull request !23380 from 杨旭华/AmazonReview
2021-12-27 09:36:32 +00:00
luoyang
ca3de66559
Fix Python Vocab validation
2021-12-27 17:12:07 +08:00
luoyang
0288480722
Python Vocab refactoring and add ids_to_tokens & tokens_to_ids
2021-12-24 15:26:15 +08:00
chengchuanxing
07aa66ee43
[feat][assistant][I40GY2] add new loader AmazonReview
2021-12-23 16:32:31 +08:00
ms_yan
192983b5da
check operator mixed or not
2021-12-23 10:22:03 +08:00
fattycat
289a7997df
[feat] [assistant] [#I40GYB] add new loader CoNLL2000ChunkingDataset
2021-12-21 15:31:25 +08:00
i-robot
f007b8a99f
!27745 [MD][Offload] Move offload checks and split to the C pipeline
...
Merge pull request !27745 from markuskunej/offload_column_pipeline
2021-12-21 04:26:51 +00:00
i-robot
7331629ceb
!22686 [assistant][ops][Dither]
...
Merge pull request !22686 from Isaac/Dither
2021-12-20 11:16:20 +00:00
haohaonannan97
f480be7c48
[feat][assistant][I40GXF] add new data operator Dither
2021-12-18 08:24:48 -08:00
王天浩
11cb3e4ef7
[fear][assistant][I40GYA] add new loader UDPOSDataset
2021-12-18 23:28:05 +08:00
markuskunej
0c10f52eb4
Moved the offload operation check and map operation split from python (datasets.py) to c++ (NodeOffloadPass.cc).
...
Updated check for offload in python (dataset_helper.py and
iterators.py).
Updated auto_offload test in test_map_offload.py.
Changed MapNode.offload type from bool->int in bindings.cc.
Changed manual offload flag from int->enum.
Update offload end of pipeline detection to be column-specific.
2021-12-17 14:35:17 +00:00
Carry955
2320bb7c70
[feat][assistant][I40GXW] add new loader YahooAnswers
2021-12-16 18:33:47 -08:00
i-robot
d1dbdeffcb
!27684 Update Python UT removal of generated files
...
Merge pull request !27684 from zetongzhao/update_python_remove
2021-12-17 01:09:17 +00:00
zetongzhao
7cb6989efd
replace python removal with pytest tmp_path
2021-12-16 14:38:49 -05:00
i-robot
05336b03c5
!22332 [assistant][ops][SogouNews]
...
Merge pull request !22332 from 杨旭华/SogouNews
2021-12-16 01:07:21 +00:00
i-robot
f6fe56c20d
!27447 [MD][Offload] Fix Offload Normalize op bug, Added extra tests to Offload UT.
...
Merge pull request !27447 from alashkari/offload-fix
2021-12-15 16:00:26 +00:00
li-qiyao
f4bfcb8c25
[feat][assistant][I40GXN] add new loader SogouNews
2021-12-14 22:53:38 -08:00
i-robot
83e9fe5c48
!27542 dataset: change dataset_file into dataset_files for MindDataset
...
Merge pull request !27542 from ms_yan/datasetfiles_name
2021-12-15 03:09:33 +00:00
i-robot
dac636decd
!22297 [assistant][ops] Add new loader IWSLTDataset
...
Merge pull request !22297 from 杨旭华/IWSLTDataset
2021-12-15 02:55:08 +00:00
Rescue
dc5c388505
Fixed offload Normalize op, added offload Normalize and Rescale tests to offload UT.
2021-12-14 17:03:11 +00:00
ms_yan
a85113c093
change dataset_file into dataset_files for MIndDataset
2021-12-14 10:52:41 +08:00
liannai
a99b5461bd
[feat][assistant][I40GXH]add new data operator Gain
2021-12-13 22:03:09 +08:00
lufei9026
30bc609ce6
[feat][assistant][I40GY8]add new loader IWSLTDataset
2021-12-13 21:47:55 +08:00
i-robot
2a2cd5e4ca
!22222 [assistant][ops] Add new loader PennTreebankDataset
...
Merge pull request !22222 from 杨旭华/PennTreebankDataset
2021-12-13 11:43:00 +00:00
Megalomania
259854e040
[feat] [assistant] [I40GY5] add new loader PennTreebankDataset
2021-12-08 01:22:40 -08:00