i-robot
ef195c9de6
!21631 Deserialize part4
Merge pull request !21631 from zetongzhao/deserialize_3
4 years ago
zetongzhao
b17464e30c
deserialize and tests
4 years ago
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
4 years ago
djc
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
xiefangqi
0e2efc2501
fix minddata code clean
4 years ago
wangkc123
48f5fed1f8
[feat] [assistant] [I3CKEN] add new dataset operator Flickr
4 years ago
shenwei41
e3385e2564
fix waring to master
4 years ago
EricZ
16837a4639
Removing Builder from dataset ops phase 1
5 years ago
xiefangqi
53891dbdf7
coco add img_id column
4 years ago
mindspore-ci-bot
601322356b
!15638 VOCDataset need to add img_id for evaluation
From: @xiefangqi
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
xiefangqi
9b846c7873
voc add image_id column
4 years ago
jonyguo
9452142b50
enhance: enable shuffle infile / files when mindrecord
4 years ago
Lixia Chen
5967cb2cd7
Unblock mindrecord under cache
4 years ago
YangLuo
bf48400c10
unify include file of minddata
5 years ago
YangLuo
b85a905eaf
fix codex warning
5 years ago
Eric
a3c98d9d59
Added fix for random core dump
5 years ago
Eric
3d38a50f56
fix lint
5 years ago
Eric
4e5b174f8f
fix ut
5 years ago
Eric
c730df23e8
Added json fix 2
5 years ago
Eric
6a1e031846
fix lint
5 years ago
Eric
e7ff0bd560
Added json fix
5 years ago
Eric
4be0ffb9ba
removing type_id.h from header files
5 years ago
Eric
9b921953f9
misc issues
5 years ago
ms_yan
92e86804e1
init add acltdt handle create and destory
add hostpush part modify
optimize previous code
provide aclhandle access method
modify CMakeList format
add device_id parameter into TransferNode
update acltdt api
5 years ago
mindspore-ci-bot
62a6f783b3
!12809 Added pull-based prototype
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
5 years ago
Mahdi
9c3c36217e
Added pull based prototype
5 years ago
Zirui Wu
8022001450
Remove datasets.h dependency on tensor.h and other related dependencies
Replace std::function<TensorRow(TensorRow)> with std::function<MSTensorVec(MSTensor)> by using std::bind
Replace pad_info with MSTensor
Switch TensorShape/dataset::DataType to vector<int64> /mindspore::DataType
Change TypeId to mindspore::DataType in SchemaObj
address review cmts, add CreateFromMSTensor() in tensor.h/.cc
5 years ago
luoyang
24de4f12fa
MindData support dual ABI
5 years ago
mohammad
f73def5933
make C++ API classes for samplers
5 years ago
TinaMengtingZhang
518828b639
Support 3 composed data ops and cleanup code
5 years ago
TinaMengtingZhang
c5aa3eeef2
Add API class for data transform ops except Compose, RandomApply, RandomChoice
Add API class for text transforms ops
5 years ago
mohammad
74bc54b694
push down sampler IR files
5 years ago
gongxiaoqing
7f538b51e7
回退 'Pull Request !11074 : replace tdt with acltdt interface'
5 years ago
mindspore-ci-bot
c2582dcab9
!11074 replace tdt with acltdt interface
From: @ms_yan
Reviewed-by: @lilongfei15
Signed-off-by:
5 years ago
ms_yan
293f81128d
init add acltdt handle create and destory
add hostpush part modify
optimize previous code
provide aclhandle access method
modify CMakeList format
add device_id parameter into TransferNode
5 years ago
xulei2020
ee09b38f00
add code for MD lite C++ include and api
5 years ago
mohammad
b5e91139e2
add GetDatasetSize to concat node
5 years ago
mindspore-ci-bot
581789c252
!11246 add num_epochs to CPP API Dataset::CreateIterator()
From: @ziruiwu
Reviewed-by:
Signed-off-by:
5 years ago
Cathy Wong
4b1ccf9dd5
dataset: Use int32_t for text's vocab_size
5 years ago
Zirui Wu
fa553956ef
add num_epochs to CPP API Dataset::CreateIterator(columns,num_epochs)
5 years ago
mohammad
f48ab2b5c9
make MD public headers standalone
5 years ago
shenwei41
76651a578c
modify the throw information exception
5 years ago
Nat Sutyanyong
41ea1621c5
Tidy up TreeAdapter::Compile
5 years ago
Nat Sutyanyong
4cb78f2e03
Remove Repeat(1),Take(-1), and Skip(0) in NodeRemovalPass
5 years ago
Cathy Wong
d15072ca27
dataset Python Pushdown - minor review rework
5 years ago
mindspore-ci-bot
df44e1339e
!9249 Optimizing GetDatasetSize
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
5 years ago
Mahdi
f80553bc6e
Optimization for GetDatasetSize
5 years ago
YangLuo
5cc3b76577
fix schema & zip validation
5 years ago
alex-yuyue
1850550189
Fix test team issues
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 years ago