gengdongjie
7321bdb514
add readme in resnet50_cifar10 example
5 years ago
mindspore-ci-bot
53b3d187b9
!543 modify build for gpu tvm
...
Merge pull request !543 from dengwentao/fix_tvm
5 years ago
mindspore-ci-bot
aad5771a62
!524 Added support for UA augmentation ops with tests
...
Merge pull request !524 from alashkari/ua-ops
5 years ago
Amir Lashkari
56e7a7deb5
Added UniformAugment + Python Augmentation Ops
5 years ago
mindspore-ci-bot
dc0491caf9
!508 [Dataset] Adding sync_wait operator for dataset
...
Merge pull request !508 from EricZ/master
5 years ago
mindspore-ci-bot
b0f4b36f48
!511 Uniform Augmentation C++ OP
...
Merge pull request !511 from AdelShafiei/uniform_augmentation
5 years ago
eric
cd94518769
X# This is a combination of 2 commits.
...
Initial commit for dataset op python
Added signature to barrier
Adde compiling barrier code
Rebasing, fixed new compile errors
Final fix for make_unique
Added pybind API for barrier
Fixed pyfunc invocation
python interface - sync_wait
!1 sync_wait python interface
* python interface - sync_wait
fix test
update test
update test
Added new test case
add test case
test for shuffle + batch
Added two-sync test case
Restrited that no shuffle after sync
Added sync to pipeline info
block first databuffer as well
Intelligently get batch size
Fix default case
Lock Pair shares among all iterators
Added fix for empty character
Fixed up test case formatting
Fix end of epoch in sync_wait
Fixing CI
5 years ago
Adel Shafiei
5fcd3f01a6
Added C++ UniformAugOp support
5 years ago
mindspore-ci-bot
161bb24030
!512 [Dataset] Multiprocessing support for GeneratorDataset
...
Merge pull request !512 from JunhanHu/multiprocess_generator
5 years ago
Junhan Hu
78001ac9e6
Add multiprocessing support for Mindspore.Dataset.GeneratorDataset
5 years ago
mindspore-ci-bot
fb18671b28
!506 [Dataset] Multiprocessing support for Pyfunc
...
Merge pull request !506 from JunhanHu/multiprocess_pyfunc
5 years ago
Junhan Hu
b13e7bc31a
Add python multiprocessing support for Mindspore.dataset
5 years ago
mindspore-ci-bot
4a0b2b4a0c
!518 Fix aicpu set attr bug
...
Merge pull request !518 from zjun/fix_aicpu_attr_bug
5 years ago
mindspore-ci-bot
8dd54f9b94
!540 predict use cmake -s flags rather than strip
...
Merge pull request !540 from cjh9368/master
5 years ago
mindspore-ci-bot
3c307cf486
!552 Update clang format rule
...
Merge pull request !552 from ZhouFeng/clang-rule-update
5 years ago
zhoufeng
c2b3360d69
update clang format rule
5 years ago
mindspore-ci-bot
72f42fc37c
!170 Add prim name to error message for operators in nn_ops.py
...
Merge pull request !170 from fary86/add_prim_name_to_error_message_for_nn_ops
5 years ago
mindspore-ci-bot
15fa940b60
!551 Modify wrong type description
...
Merge pull request !551 from fanglei/lrupdaetuple
5 years ago
mindspore-ci-bot
6e6b3eeab0
!547 delete unsafe option
...
Merge pull request !547 from xiefangqi/del_unsafe_option
5 years ago
dengwentao
08968c2744
modify tvm build
5 years ago
mindspore-ci-bot
31a12009dd
!418 support parameter update for vm
...
Merge pull request !418 from wangnan39/support_parameter_update_for_vm
5 years ago
mindspore-ci-bot
d18b366418
!525 Add comments explanation about weight_decay and loss_scale supporting int type
...
Merge pull request !525 from fanglei/typecheck
5 years ago
leilei_snow
c2129b9190
Modify wrong type description.
5 years ago
mindspore-ci-bot
0ef7983174
!520 Add aicpu support mstype
...
Merge pull request !520 from zjun/add_aicpu_support_mstype
5 years ago
mindspore-ci-bot
40e7b14592
!548 Fix clang-format pointer-align
...
Merge pull request !548 from ZhouFeng/clang-format-pointer-align
5 years ago
wangnan39@huawei.com
b812b18c02
support update parameter for vm
5 years ago
mindspore-ci-bot
7fbaf2f629
!546 GPU add testcase for maximum logical
...
Merge pull request !546 from VectorSL/add_test_new
5 years ago
leilei_snow
9b28d9bd4a
Add comment about int type.
5 years ago
mindspore-ci-bot
cbdc23d777
!531 Check parameter power of polynomial_decay_lr
...
Merge pull request !531 from fanglei/checkpower
5 years ago
zhoufeng
1d40115afd
fix clang-format, pointer and referance should be always right-align
5 years ago
xiefangqi
a931fbbae2
delete unsafe compile option
5 years ago
VectorSL
4740c70fc3
gpu add testcases
5 years ago
leilei_snow
b87643958f
Parameter power of polynomial_decay_lr should be greater than 0
5 years ago
mindspore-ci-bot
1fa06c6045
!505 fix polynomial_decay_lr return wrong result
...
Merge pull request !505 from fanglei/poly
5 years ago
mindspore-ci-bot
97c9c72a12
!534 Check the relationship between min_lr and max_lr
...
Merge pull request !534 from fanglei/checkoutvalue
5 years ago
fary86
6dd72f654a
Add prim name to error message for nn_ops.py
5 years ago
mindspore-ci-bot
bc4cbe0373
!542 Check inf or nan value
...
Merge pull request !542 from fanglei/checkinfandnan
5 years ago
mindspore-ci-bot
3901920686
!521 Update piecewise_constant_lr doc
...
Merge pull request !521 from fanglei/lrupdaetuple
5 years ago
mindspore-ci-bot
04df8a8921
!535 change hswish and hsigmoid accroding to primitive
...
Merge pull request !535 from SanjayChan/hswish
5 years ago
mindspore-ci-bot
7355113bc7
!537 GPU add akg kernel logical_and logical_or
...
Merge pull request !537 from VectorSL/logical_and_or_new
5 years ago
mindspore-ci-bot
f462a37136
!538 GPU add akg kernel logical_not logical_sub
...
Merge pull request !538 from VectorSL/logical_not_new
5 years ago
mindspore-ci-bot
c7278f77ce
!539 GPU add akg kernel lessequal
...
Merge pull request !539 from VectorSL/lessequal_new
5 years ago
leilei_snow
6ffed22625
fix wrong formula of polynomial_decay_lr
5 years ago
leilei_snow
742395da12
update piecewise_constant_lr support tuple input
5 years ago
VectorSL
1c6a690a2d
gpu add akg logialnot sub
5 years ago
mindspore-ci-bot
6b0ff88b1c
!503 The num_samples and numRows in schema for TFRecordDataset are conflict
...
Merge pull request !503 from qianlong21st/fix_numRows_num_samples
5 years ago
VectorSL
5b5a56587e
gpu add akg logical_and and logical_or
5 years ago
VectorSL
7947fc119b
gpu add lessequal
5 years ago
qianlong
db80f4ff92
The num_samples and numRows in schema for TFRecordDataset are conflict
5 years ago
leilei_snow
834a407103
Add the function of checking nan or inf
5 years ago