xiefangqi
bae1dd3bb0
Revert "Moved the offload operation check and map operation split from python (datasets.py) to c++ (NodeOffloadPass.cc)."
This reverts commit 84d38e547a .
4 years ago
i-robot
895256f69a
!20043 [assistant][ops] Add new YelpReview
Merge pull request !20043 from 杨旭华/YelpReview
4 years ago
i-robot
75e35bded2
!27081 [MD][Offload] Move offload checks and split to the C pipeline
Merge pull request !27081 from markuskunej/move_offload_check_to_c
4 years ago
lufei9026
2947f418b1
[feat][assistant][I3T96N]add new loader YelpReview
4 years ago
i-robot
7a8e35b4f1
!26456 [assistant][ops]Add new operator Spectrogram
Merge pull request !26456 from YJfuel123/Spectrogram
4 years ago
RainWang6188
c4063f0f11
[feat][assistant][I3J6VI] add new data operator STL10
4 years ago
i-robot
811d7128c7
!27249 Fix uninitialized variables in Profiling
Merge pull request !27249 from h.farahat/profiling_cleanup
4 years ago
郑昊
4ae41350a6
[feat][assistant][I3ALD1] add new method Spectrogram
4 years ago
hesham
7702ce7335
Fix uninitialized variables in profiling.cc
4 years ago
zhangyuqwer
e934381b08
[feat][assistant][I3ZSQV] add new data operator CharNGram
4 years ago
mohammad
af6e587c28
MD Profiler: support multiple start/stop calls
4 years ago
i-robot
a93e6d3a02
!27039 [Autotune] Set minimum queue capacity
Merge pull request !27039 from h.farahat/queue_size_AT
4 years ago
hesham
46613e6425
use num_worker as queue_capacity minimum size
4 years ago
danishfarid
faaa5d5f0a
autotune step
fix testing script default
updates and changed sampling function
comments addressed
comments addressed
comments addressed
moving isSinkCheckAbove
update - move CheckSinkFunction
fix
4 years ago
markuskunej
84d38e547a
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.
4 years ago
i-robot
1c276ebe5b
!27142 change minddata error info
Merge pull request !27142 from shenwei41/error_change
4 years ago
luoyang
f3e1794a74
update log
4 years ago
i-robot
ef2964710c
!27136 add AutoTune API in mindspore/dataset/core/config.py
Merge pull request !27136 from 刘勇琪/master
4 years ago
i-robot
93db7f741f
!20788 [assistant][ops] Add new dataset loading operator TedliumDataset
Merge pull request !20788 from 杨旭华/TedliumDataset
4 years ago
i-robot
f9459a871a
!27061 dataset: enhance kernel part log
Merge pull request !27061 from ms_yan/kernel_enhance
4 years ago
i-robot
9cec03e3a8
!27033 close autotune in non-sink mode
Merge pull request !27033 from luoyang/close_autotune_nonsink
4 years ago
shenwei41
e0e90a6577
change md error info
4 years ago
luoyang
9cbb45bcc4
close autotune in non-sink mode
4 years ago
ms_yan
d2e0061656
enhance error msg
4 years ago
i-robot
fa457b2bfa
!17832 [assistant][ops]New operator implementation, include KMnistDataset
Merge pull request !17832 from 张璇/kmnist_dataset
4 years ago
i-robot
3e73e124ac
!23225 [assistant][ops] Add Glove
Merge pull request !23225 from 张渝/Glove
4 years ago
i-robot
eab0699c6d
!26986 change MD error log
Merge pull request !26986 from shenwei41/master
4 years ago
liu-yongqi-63
f9eb4fba8b
add autotune api in config.py
4 years ago
i-robot
53f50c0d6b
!26880 [MD] fix mindrecord log message part02
Merge pull request !26880 from liyong126/fix_mindrecord_log_msg_2
4 years ago
i-robot
3bff079969
!26896 Enhance error message of audio ops
Merge pull request !26896 from xiaotianci/enhance_audio_err_message
4 years ago
liyong
d35e003def
fix mindrecord log part02
4 years ago
luqilin
34bffbf768
[feat][assistant][I3T96H] add new dataset loading operator TedliumDataset
4 years ago
zy
8f9a09f79c
[fix] [assistant] [I3ZSQR] add new data operator GloVe
4 years ago
shenwei41
5d48409395
change err info
4 years ago
i-robot
6924866a87
!26746 [MD] minddata error msg optimize
Merge pull request !26746 from xiefangqi/md_datasetops_error_msg_opt
4 years ago
i-robot
0c6505db26
!22712 [assistant][ops] Add FastText
Merge pull request !22712 from 无言/FastText
4 years ago
i-robot
5003301691
!26965 Rename MD prefetch size to cache prefetch size
Merge pull request !26965 from h.farahat/cache_prefetch_config
4 years ago
zy
5ca98a494a
[fix] [assistant] [I3ZSQS] add new data operator FastText
4 years ago
“uccInf”
92d6d31750
[feat][assistant][I3J6V7] add new data operator KMnist
4 years ago
i-robot
eb9537af11
!21690 [assistant][ops] Add data operator Vectors
Merge pull request !21690 from 张渝/Vectors
4 years ago
Xiao Tianci
b883498c93
enhance error message of audio ops
4 years ago
i-robot
1905b228b4
!26609 Update minddata log message
Merge pull request !26609 from luoyang/log
4 years ago
i-robot
bf59d75604
!26611 [MD] fix mindrecord log message part01
Merge pull request !26611 from liyong126/fix_mindrecord_log_msg
4 years ago
xiefangqi
f74b5cea0c
optimize datasetops error msg
4 years ago
i-robot
7ccda29654
!26966 [MD][Autotune] Print Final Tree Config
Merge pull request !26966 from harshvardhangupta/print_tree_config
4 years ago
i-robot
2fd00935ed
!20964 [assistant][ops] Add new data operator SpeechCommandsDataset
Merge pull request !20964 from 杨旭华/SpeechCommandsDataset
4 years ago
luoyang
1a6a42c083
Update minddata log message
4 years ago
zhangyuqwer
6a6e73ef82
[fix] [assistant] [I3ZSQM] add new data operator Vectors
4 years ago
i-robot
ed0f0d4453
!26838 [dataset] 修复mindspore使用per_batch_map时内存过高直接退出没有任何提示的问题
Merge pull request !26838 from xiefangqi/md_fix_batch_oom_problem
4 years ago
liyong
2869352cc8
fix mindrecord log part01
4 years ago