Jamie Nisbet
2ffe76981d
added a pre pass for node removals
cpplint
5 years ago
Jesse Lee
a0a863f20c
Stage 2 porting
5 years ago
mindspore-ci-bot
10cfc235e9
!2760 Gcc 9 of Queue<T>::PopFront()
Merge pull request !2760 from JesseKLee/gcc9
5 years ago
Jesse Lee
bf8e7f8131
Gcc 9 fix
5 years ago
Eric
88bb65768e
Clean up part 1
Removed extra fields in schema
Fixed test cases
Fixing CI
5 years ago
mindspore-ci-bot
9b4399480a
!2321 Connector throughput performance metric
Merge pull request !2321 from Alexey_Shevlyakov/connector_throughput_dev
5 years ago
jonyguo
41d16a3c77
enhance: 1. fix api comment, 2. del dead code
5 years ago
mindspore-ci-bot
e4451a1a49
!2464 [Dataset] code review & add citation
Merge pull request !2464 from luoyang/pylint
5 years ago
mindspore-ci-bot
32a2d5d21c
!2629 get monitor sampling interval from json file
Merge pull request !2629 from yanghaitao/yht_sampling_interval
5 years ago
YangLuo
36d1613f9a
!2464 [Dataset] code review & add citation
5 years ago
qianlong
cae77c0c22
BasicTokenizer not case fold on preserverd words
5 years ago
yanghaitao
fd701b8504
set monitor sampling interval through json file
5 years ago
yanghaitao
5a886794da
Merge branch 'master' of gitee.com:mindspore/mindspore
5 years ago
yanghaitao
7f54d17be9
set monitor sampling interval through json file
5 years ago
Alexey Shevlyakov
698abf75fc
Connector throughput + PerfData + CyclicArray
5 years ago
Jesse Lee
81bf4bde1d
AutoIndexObj primary should start with 0
5 years ago
mindspore-ci-bot
c6c5fa8406
!2472 CacheOp branch infrastructure
Merge pull request !2472 from JesseKLee/cache_infra
5 years ago
mindspore-ci-bot
067592ccf9
!2590 Updated Python UTs for RandomVerticalFlipWithBBox, RandomCropWithBBox and RandomResizedCropWithBBox
Merge pull request !2590 from danishnxt/AugOps2
5 years ago
mindspore-ci-bot
b0a10c26a4
!2532 adding random-resize-with-bbox-op and resize-with-bbox-op
Merge pull request !2532 from ava/NNNewMaster
5 years ago
Danish Farid
3d1ecaaeb5
updated UT test for Python (3) AugOps with BBox - MD5 checks + imrpv comments
5 years ago
avakh
587e260236
addressing comments
5 years ago
Jamie Nisbet
c22eac743d
subtree creation in python apis
updates
fix
fix cpplint
fix
5 years ago
mindspore-ci-bot
6ba89d432a
!2473 Compute column name id map during tree prepare phase
Merge pull request !2473 from lixiachen/compute_column_map
5 years ago
mindspore-ci-bot
a12f9614d4
!2533 Fixing testVOC2012 dataset by merging with testVOC2012_2 + moving BBoxOp testing functions to util + new check in Bounding_Box_check
Merge pull request !2533 from danishnxt/AugOpsD2
5 years ago
Danish Farid
a8f392ca42
updated test util file + new BoundingBoxCheck + fixed VOCDataset annotations
Style Error fix
fixed PyLint problem
reverting testVOC2012 due to CI break for existing test
reverting testVOC2012 due to CI break for existing test-2
updated old error messages to confirm with global standard
addressing PR 2355 Comments - 1
addressing PR 2355 Comments - 2
addressing PR 2355 Comments - 3
5 years ago
Jesse Lee
c7d32e1e55
CacheOp branch infrastructure
5 years ago
Lixia Chen
4fa6d5621c
Compute column map before launch the tree.
5 years ago
mindspore-ci-bot
b4a66d47ef
!2526 Fix memory leak in execution_tree.cc
Merge pull request !2526 from Alexey_Shevlyakov/alex_fix_memory_leak
5 years ago
ms_yan
e829535a86
change GetTensor into GetRow to avoid NullPtr
5 years ago
Alexey Shevlyakov
830af41c11
fix memory leak
5 years ago
heleiwang
0d52888fc5
fix misspell and check parameters
5 years ago
mindspore-ci-bot
55d5ded228
!2306 [Dataset] Code review & improve quality
Merge pull request !2306 from luoyang/pylint
5 years ago
mindspore-ci-bot
f1a69de0b6
!2405 change some comment name in the whole project
Merge pull request !2405 from chenzhongming/master
5 years ago
YangLuo
4e3bfcf4c9
!2306 [Dataset] Code review & improve quality
5 years ago
chenzomi
a834a6308e
change some comment name in the whole project
5 years ago
mindspore-ci-bot
beb436f457
!2398 Bug in Slice when multiple rows are used
Merge pull request !2398 from h.farahat/slice_bug
5 years ago
liyong
2412ee09ce
fix distributedSampler reshuffle and fix random_device failed
5 years ago
mindspore-ci-bot
3401e1c80b
!2143 dataset: remove storage_op c++ part
Merge pull request !2143 from ms_yan/del_storage_c++
5 years ago
ms_yan
cf82aa9035
init remove storage op in c++
init remove storage op test case c++
remove source c++ files
5 years ago
hesham
68030e6a4b
Slice Bug
5 years ago
qianlong
980ddd32a2
change output of WordpieceTokenizer and BertTokenizer to 1-D string tensors
5 years ago
mindspore-ci-bot
bc4b1c2460
!2373 Comments + improved casting/parameters + UT tests for 3 AugOps (Augmentation Ops RandomCropWithBBox, Random Vertical FlipWithWithBBox and Random CropAndResizeWithWithBBox)
Merge pull request !2373 from danishnxt/AugOpsD1
5 years ago
mindspore-ci-bot
7bdcc319b2
!2325 Addressing comments from PR2314
Merge pull request !2325 from imaaamin/object_ops_pr2
5 years ago
Danish Farid
6442a85b75
comments added, ptrs to consts, UT tests for BBOps
updated comments for 3 BB AugOps
addressing comments, void -> status, macros added, fixed test cmt
changed types -> value, fixed ut test funcs, grammar
bug type fix
fixed condition in tests for viz
5 years ago
islam_amin
edc42c5b85
addressed comments from reviews
5 years ago
nhussain
d89101b95f
add missing test
5 years ago
mindspore-ci-bot
722eafcac6
!2354 dataset: repair problem in GetRow that acess vector size failed
Merge pull request !2354 from ms_yan/GetRow_fail
5 years ago
ms_yan
e6ea2e8925
repair core dump when tensor_table is empty
5 years ago
panfengfeng
b78efd5b9e
fix gpu invalid input data
5 years ago
Danish Farid
c1e6ece563
my files added back in
another commit
comm2
comm3
comm4
comm5
comm6
5 years ago