mindspore-ci-bot
bb84f50407
!5473 optim pylint
...
Merge pull request !5473 from jinyaohui/master
2020-09-02 15:25:30 +08:00
Lixia Chen
27d5281641
Change epoch count to 1 for python testcases
2020-09-01 11:24:26 -04:00
mindspore-ci-bot
8f3ebfd469
!5624 Optimize the performance of GraphData.get_neg_sampled_neighbors
...
Merge pull request !5624 from heleiwang/gnn_perf
2020-09-01 19:22:53 +08:00
heleiwang
857cf2f77f
Optimize the negative sampling process
2020-09-01 16:29:59 +08:00
mindspore-ci-bot
5453b40311
!4477 add dataset compare function to utils
...
Merge pull request !4477 from tony_liu2/staging
2020-09-01 11:15:18 +08:00
Cathy Wong
7f6782be2a
dataset fixes: Update OneHot API docs; fixup Python UTs
2020-08-31 15:04:26 -04:00
jinyaohui
a9972a7def
optim pylint
2020-08-31 14:49:57 +08:00
tony_liu2
70bfd506a1
add function
...
pr comment fix
revert graphengine
2020-08-27 16:50:19 -04:00
mindspore-ci-bot
7aaf4118bf
!5297 CutMixBatch and MixUpBatch fix for 2D one-hot labels
...
Merge pull request !5297 from MahdiRahmaniHanzaki/cutmix-fix
2020-08-27 21:32:09 +08:00
mahdi
7ad7024c45
Fixed 2D one-hot label problems in CutMix and MixUp
2020-08-26 16:17:21 -04:00
islam_amin
94a4a3f20b
changing affine and posterize apis
2020-08-26 10:51:54 -04:00
mindspore-ci-bot
e4d2f2fd3b
!5030 Adding a BBox class and fixing Posterize C Op testing.
...
Merge pull request !5030 from islam_amin/bbox_class
2020-08-26 11:40:57 +08:00
mindspore-ci-bot
20b3134785
!5184 fix: padded dataset when no div and with repeat op
...
Merge pull request !5184 from guozhijian/fix_padded_with_no_div_repeat
2020-08-26 10:47:22 +08:00
mindspore-ci-bot
f3fd7a5578
!5073 Add checks and exception handling DS callback
...
Merge pull request !5073 from h.farahat/map_callback_end
2020-08-26 10:40:40 +08:00
jonyguo
6df1a43ec2
fix: padded dataset with non div & repeat
2020-08-26 08:56:37 +08:00
mindspore-ci-bot
346b97acb8
!5156 fix softdvpp coredump
...
Merge pull request !5156 from qianlong21st/master_fix_softdvpp_core
2020-08-25 22:20:00 +08:00
qianlong
12dfca71f1
fix softdvpp coredump
2020-08-25 18:56:40 +08:00
YangLuo
67f5c89cd6
Check input image type for random posterize
2020-08-25 16:26:17 +08:00
islam_amin
641e751d5e
adding bbox class
2020-08-24 18:22:58 -04:00
Mahdi
a2c38d89f9
Added float32 support for CutMixBatch
2020-08-24 17:15:25 -04:00
hesham
8eeceb267b
- release the wait if training is ended
2020-08-24 13:11:07 -04:00
mindspore-ci-bot
ac81886328
!4916 fix generator_dataset hangs and test_graphdata_distributed.py failing randomly
...
Merge pull request !4916 from heleiwang/gnn_fix_bug
2020-08-22 10:51:01 +08:00
mindspore-ci-bot
9b503e4f38
!4955 Fixes for Dynamic Augmentation Ops
...
Merge pull request !4955 from MahdiRahmaniHanzaki/dynamic-ops-fix
2020-08-22 10:27:50 +08:00
Mahdi
a5f9b8f92e
Added fix for MixUpBatch and CutMixBatch and for RandomAffine
...
updated c color op descriptions
2020-08-21 17:40:08 -04:00
mindspore-ci-bot
9d7250c483
!4776 Introduce 2 extra ctrl flags to DataBuffer in dataset, address remaining cmts to PR4632
...
Merge pull request !4776 from ZiruiWu/map_callback_follow_up
2020-08-22 03:31:31 +08:00
Zirui Wu
74c1e6da60
introducing pause and quit flags to DataBuffer
...
fix review cmts
fix ci
fix Ci
fixci
address ci
ci
- add timeout
- add more test cases
fix CI
address review cmts
2020-08-21 14:33:26 -04:00
mindspore-ci-bot
82c888f065
!4930 Fix CI cifar hang issue
...
Merge pull request !4930 from xiefangqi/fix_cifar_nofile_issue
2020-08-21 20:49:40 +08:00
xiefangqi
e3e7820413
fix cifar stuck problem
2020-08-21 19:35:07 +08:00
heleiwang
4870abc848
1. fix generator_dataset hangs
...
2. fix test_graphdata_distributed.py failing randomly
2020-08-21 16:03:06 +08:00
jonyguo
5b4b539751
fix: concat with none sample dataset
2020-08-21 09:19:50 +08:00
mindspore-ci-bot
ed954dc407
!4782 Python UT fails on RandomPosterize
...
Merge pull request !4782 from islam_amin/bbox_class
2020-08-20 10:18:59 +08:00
islam_amin
85357238fe
Fixing posterize python ut
2020-08-19 21:35:07 -04:00
Jesse Lee
8a08d0c37b
Phase 2 of CacheOp
2020-08-19 13:45:55 -04:00
Zirui Wu
78c1aa1d96
Implemented Callback for Dataset
...
implment pause in MapOp, added more to callback
add ds_callback
- Initial drop of Python DSCallback
- Pybind DSCallback
- Pybind DSCallback
added callback to mapOp
- de_pipeline DSCallback
- de_pipeline DSCallback
add test case, segfault for now
fix seg fault
- de_pipeline DSCallback
remove 1 line
update callback test case, now works
use builder class for mapOp callback
- de_pipeline DSCallback
- de_pipeline DSCallback
- de_pipeline DSCallback
better test case
minor fix
add comments and minor clean ups
get rid of nullptr in MapOp, use other flag instead
fix a bug ParseMapOp only takes 1 callback
- Added WaitedDSCalabck
refactor callback param
fix text case incorrect number
- added testing
fix cpp test case
- added testing
- revert back lenet changes
- cleanup test_callbacks.py
- cleanup test_callbacks.py
fix CI stage I
fix CI stage II
fix CI and update epoch counter
- add validation
- add more testing test_callbacks.py
use random data op to do tests
adjust when to call EpochBegin/End
- add repeat with callback
- addressing reviewers' comments
- docstring and CI fixes
- docstring and CI fixes
- docstring and CI fixes
- rebase with upstream/master
fix cpp test case
fix review comments
addr review cmts, add test case
2020-08-19 12:31:04 -04:00
mindspore-ci-bot
256dccc651
!4498 Gnn data processing supports distributed scenarios
...
Merge pull request !4498 from heleiwang/gnn_distributed
2020-08-19 16:09:05 +08:00
heleiwang
8ee4d8e92d
Gnn data processing supports distributed scenarios
2020-08-19 11:09:01 +08:00
mindspore-ci-bot
50b5c8035b
!4701 fix concat get_dataset_size error
...
Merge pull request !4701 from guozhijian/fix_concat_get_dataset_size_err
2020-08-19 09:14:30 +08:00
nhussain
738ae2c78d
change api to use std_vector
...
try to display image
2020-08-18 15:41:21 -04:00
islam_amin
979111d0ef
Added Posterize Op
2020-08-18 13:55:47 -04:00
jonyguo
b0b370336f
fix: concat get_dataset_size error
2020-08-18 23:40:17 +08:00
jonyguo
5f294fb90d
fix: random affine parameter check
2020-08-18 21:58:53 +08:00
mindspore-ci-bot
113ff6ca24
!4367 CutMixBatch Augmentation Op
...
Merge pull request !4367 from MahdiRahmaniHanzaki/cutmix
2020-08-18 03:27:33 +08:00
mahdi
3ecc53fb4e
Added CutMix
2020-08-17 13:01:47 -04:00
jonyguo
8bb4449fa8
add testcase for padded dataset with decode op
2020-08-17 16:43:23 +08:00
mayang
c410c6a6e2
soft_dvpp_decode_resize_jpeg_op issue resolved, input size can be an int, break the constraints of input size being sequence (height, width)
2020-08-17 14:57:04 +08:00
Alexey Shevlyakov
8526d5414d
RandomColor
2020-08-13 16:10:21 -04:00
mindspore-ci-bot
7a10e07fc6
!4383 Add distributedSampler to concatOP
...
Merge pull request !4383 from genglishuai/genglshOK
2020-08-14 00:06:06 +08:00
genglishuai
4d4df68d1e
add DistributedSampler for Concat op
2020-08-13 22:52:02 +08:00
mindspore-ci-bot
ed1244558c
!4366 Fixing param type in c++ api and fixing python validator for Repeat Op
...
Merge pull request !4366 from TinaMengtingZhang/cpp-api-repeat-count
2020-08-13 22:03:39 +08:00
tinazhang
0868720eb7
fix parameter type for repeat op in c++ api and added c++/python ut.
2020-08-12 17:23:42 -04:00