fary86
2078229436
Add prim name to error message for array_ops
5 年前
yangzhenzhang
36a62576e8
support forward graph
5 年前
liuxiao
5e877a7715
modify api and add example
5 年前
mindspore-ci-bot
ad2a5dcad2
!676 [Auto parallel] Add the resnet50 testcase
Merge pull request !676 from Xiaoda/add-the-resnet50-testcase
5 年前
buxue
aff6777ecc
fix reviewboot and example of TruncatedNormal and add type mapping
5 年前
Xiaoda Zhang
3ff9e54734
add the resnet50 32k-8p testcase
5 年前
eric
2d115cd04e
Added example for multiple iterator
Added new testcase for multi iterator
Addressing review
Fixed typo
5 年前
lirongzhen1
56f785f7e6
add context configration
5 年前
mindspore-ci-bot
6844ea633d
!56 Synchronization code423 to ms-incubator
Merge pull request !56 from changzherui/syn-code423
5 年前
mindspore-ci-bot
a02eb240e9
!595 Tensor assign with int or tuple(int) index
Merge pull request !595 from candanzg/tensor_assign_with_integer
5 年前
mindspore-ci-bot
ce71c17933
!645 auto parallel prelu operator support broadcast
Merge pull request !645 from yao_yf/auto_parallel_prelu_support_broadcast
5 年前
mindspore-ci-bot
84d5e4f923
!643 [AutoParallel]Support reshape parameter
Merge pull request !643 from lichen/support_reshape_parameter
5 年前
candanzg
31aae36106
Tensor assign with integer
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 年前
mindspore-ci-bot
43a8f829a2
!628 fix the infer of TruncatedNormal and a bug of structure output
Merge pull request !628 from zhangbuxue/fix_example_for_TruncatedNormal
5 年前
mindspore-ci-bot
00859ae119
!586 enable/disable allreduce_fusion
Merge pull request !586 from lirongzhen1/allreduce_fusion
5 年前
lichenever
2ab211ae04
support reshape parameter
5 年前
buxue
c8a1a24ce3
fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis
5 年前
yao_yf
425276d43d
auto parallel prelu support prelu
5 年前
Xiaoda Zhang
dfde76af88
delete the 'simplify_cal' attribute in 'set_algo_parameters' and 'get_algo_parameters' interface
5 年前
lirongzhen
4ff418084c
enable/disable allreduce_fusion
5 年前
zhaojichen
d1add07b5a
change error type
5 年前
zhaojichen
1af894e25f
change error type
5 年前
zhaojichen
57bc30505c
change error type
5 年前
mindspore-ci-bot
ad75618ca6
!611 change error message type
Merge pull request !611 from JichenZhao/errormsg
5 年前
chang zherui
bd13f9ba33
modify ResizeNearestNeighborV2D
5 年前
zhaojichen
8963e39516
change error type
5 年前
mindspore-ci-bot
5ac07bb695
!504 Support Tensor assign A[slice] = u
Merge pull request !504 from candanzg/tensor_assign_with_slice
5 年前
candanzg
663d597330
tensor assign with slice index
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 年前
mindspore-ci-bot
0bf6717e9a
!454 Fix the check of bool type in auto cast
Merge pull request !454 from candanzg/bug_cast_op
5 年前
mindspore-ci-bot
5cf09405e2
!532 [AutoParallel]support multiple subgraphs
Merge pull request !532 from lichen/support_multiple_subgraphs_in_auto_parallel
5 年前
hesham
a9e9266149
Deepcopy problem when pyfunc cannot be pickled
5 年前
liuxiao
b6e77e5178
Add ReluV2/ReluGradV2/ConfusionMulGrad for VM
5 年前
mindspore-ci-bot
1a0d2666b7
!559 Add Fill/Erf op for VM.
Merge pull request !559 from liuxiao/fill-op
5 年前
mindspore-ci-bot
818acd46d4
!569 fix bug in checkpoint when save scaler
Merge pull request !569 from wangnan39/master
5 年前
lichenever
c78630d737
support multiple subgraphs
5 年前
wangnan39@huawei.com
f38d18c665
fix bug in checkpoint when save scaler
5 年前
mindspore-ci-bot
24a9f4974c
!536 support ellipsis and bool for tensor slice
Merge pull request !536 from zhangbuxue/support_elipis_for_tensor_slice
5 年前
liuxiao
5b6c8fade8
Add Erf\FillD operator for VM
5 年前
buxue
437bb8c27c
support ellipsis and bool for tensor slice
5 年前
mindspore-ci-bot
67057d1309
!541 add average pooling 1D
Merge pull request !541 from JichenZhao/avgpooling
5 年前
mindspore-ci-bot
4516b8feff
!437 Add L2Loss op for VM.
Merge pull request !437 from liuxiao/add-l2-loss
5 年前
mindspore-ci-bot
3b083d07bb
!550 support one node communication group
Merge pull request !550 from yao_yf/support_one_node_communication_group
5 年前
liuxiao
c874e2d484
Add L2Loss op for VM
5 年前
mindspore-ci-bot
aad5771a62
!524 Added support for UA augmentation ops with tests
Merge pull request !524 from alashkari/ua-ops
5 年前
Amir Lashkari
56e7a7deb5
Added UniformAugment + Python Augmentation Ops
5 年前
mindspore-ci-bot
dc0491caf9
!508 [Dataset] Adding sync_wait operator for dataset
Merge pull request !508 from EricZ/master
5 年前
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 年前
Junhan Hu
78001ac9e6
Add multiprocessing support for Mindspore.Dataset.GeneratorDataset
5 年前
mindspore-ci-bot
fb18671b28
!506 [Dataset] Multiprocessing support for Pyfunc
Merge pull request !506 from JunhanHu/multiprocess_pyfunc
5 年前
Junhan Hu
b13e7bc31a
Add python multiprocessing support for Mindspore.dataset
5 年前