mindspore-ci-bot
ef71ae941f
!698 [Auto parallel] Support multi-subgraphs in auto-parallel
...
Merge pull request !698 from Xiaoda/support-wide-deep-in-auto-parallel
2020-04-27 11:15:40 +08:00
mindspore-ci-bot
e213f2a435
!687 Fix bug: Summary tage type checking and exception throwing
...
Merge pull request !687 from candanzg/summary_tag_check
2020-04-27 09:57:33 +08:00
Xiaoda Zhang
e227415673
support-the-multiple-subgraphs-in-the-ANF
2020-04-27 09:34:41 +08:00
mindspore-ci-bot
efdcd4c258
!682 fix api comments of some ops
...
Merge pull request !682 from liuxiao/fix-bug
2020-04-26 19:29:40 +08:00
mindspore-ci-bot
da5b10b699
!681 add psnr inputs shape and dtype check
...
Merge pull request !681 from zhaozhenlong/psnr-check-same-shape
2020-04-26 17:49:05 +08:00
zhaozhenlong
c88edfb31d
psnr check two input same shape and type
2020-04-26 17:16:58 +08:00
yangzhenzhang
4750861054
fix layernorm bug
2020-04-26 16:39:32 +08:00
mindspore-ci-bot
348b0ef53c
!344 add prim name to error message for operators in array_ops.py
...
Merge pull request !344 from fary86/add_prim_name_to_error_message_for_array_ops
2020-04-26 16:23:33 +08:00
candanzg
b84deeeb5c
fix summary tage check error
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-26 15:43:57 +08:00
fary86
2078229436
Add prim name to error message for array_ops
2020-04-26 15:23:04 +08:00
yangzhenzhang
36a62576e8
support forward graph
2020-04-26 14:44:23 +08:00
liuxiao
5e877a7715
modify api and add example
2020-04-26 11:07:18 +08:00
mindspore-ci-bot
ad2a5dcad2
!676 [Auto parallel] Add the resnet50 testcase
...
Merge pull request !676 from Xiaoda/add-the-resnet50-testcase
2020-04-26 11:06:29 +08:00
buxue
aff6777ecc
fix reviewboot and example of TruncatedNormal and add type mapping
2020-04-26 10:01:20 +08:00
Xiaoda Zhang
3ff9e54734
add the resnet50 32k-8p testcase
2020-04-26 09:07:37 +08:00
lirongzhen1
56f785f7e6
add context configration
2020-04-24 19:35:14 +08:00
mindspore-ci-bot
a02eb240e9
!595 Tensor assign with int or tuple(int) index
...
Merge pull request !595 from candanzg/tensor_assign_with_integer
2020-04-24 17:35:58 +08:00
mindspore-ci-bot
ce71c17933
!645 auto parallel prelu operator support broadcast
...
Merge pull request !645 from yao_yf/auto_parallel_prelu_support_broadcast
2020-04-24 17:32:37 +08:00
mindspore-ci-bot
84d5e4f923
!643 [AutoParallel]Support reshape parameter
...
Merge pull request !643 from lichen/support_reshape_parameter
2020-04-24 16:43:29 +08:00
candanzg
31aae36106
Tensor assign with integer
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-24 16:28:23 +08:00
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
2020-04-24 16:12:05 +08:00
mindspore-ci-bot
00859ae119
!586 enable/disable allreduce_fusion
...
Merge pull request !586 from lirongzhen1/allreduce_fusion
2020-04-24 16:02:53 +08:00
lichenever
2ab211ae04
support reshape parameter
2020-04-24 15:59:09 +08:00
buxue
c8a1a24ce3
fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis
2020-04-24 15:42:58 +08:00
yao_yf
425276d43d
auto parallel prelu support prelu
2020-04-24 14:10:57 +08:00
Xiaoda Zhang
dfde76af88
delete the 'simplify_cal' attribute in 'set_algo_parameters' and 'get_algo_parameters' interface
2020-04-24 10:46:38 +08:00
lirongzhen
4ff418084c
enable/disable allreduce_fusion
2020-04-24 10:34:59 +08:00
mindspore-ci-bot
ad75618ca6
!611 change error message type
...
Merge pull request !611 from JichenZhao/errormsg
2020-04-23 19:49:59 +08:00
zhaojichen
8963e39516
change error type
2020-04-23 05:29:26 -04:00
mindspore-ci-bot
5ac07bb695
!504 Support Tensor assign A[slice] = u
...
Merge pull request !504 from candanzg/tensor_assign_with_slice
2020-04-23 16:24:10 +08:00
candanzg
663d597330
tensor assign with slice index
...
Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-23 13:07:04 +08:00
mindspore-ci-bot
0bf6717e9a
!454 Fix the check of bool type in auto cast
...
Merge pull request !454 from candanzg/bug_cast_op
2020-04-23 10:54:40 +08:00
mindspore-ci-bot
5cf09405e2
!532 [AutoParallel]support multiple subgraphs
...
Merge pull request !532 from lichen/support_multiple_subgraphs_in_auto_parallel
2020-04-23 09:04:09 +08:00
liuxiao
b6e77e5178
Add ReluV2/ReluGradV2/ConfusionMulGrad for VM
2020-04-22 21:09:37 +08:00
mindspore-ci-bot
1a0d2666b7
!559 Add Fill/Erf op for VM.
...
Merge pull request !559 from liuxiao/fill-op
2020-04-22 19:22:04 +08:00
mindspore-ci-bot
818acd46d4
!569 fix bug in checkpoint when save scaler
...
Merge pull request !569 from wangnan39/master
2020-04-22 18:55:02 +08:00
lichenever
c78630d737
support multiple subgraphs
2020-04-22 17:40:56 +08:00
wangnan39@huawei.com
f38d18c665
fix bug in checkpoint when save scaler
2020-04-22 16:04:55 +08:00
mindspore-ci-bot
24a9f4974c
!536 support ellipsis and bool for tensor slice
...
Merge pull request !536 from zhangbuxue/support_elipis_for_tensor_slice
2020-04-22 15:49:33 +08:00
liuxiao
5b6c8fade8
Add Erf\FillD operator for VM
2020-04-22 15:32:42 +08:00
buxue
437bb8c27c
support ellipsis and bool for tensor slice
2020-04-22 15:00:04 +08:00
mindspore-ci-bot
67057d1309
!541 add average pooling 1D
...
Merge pull request !541 from JichenZhao/avgpooling
2020-04-22 14:13:04 +08:00
mindspore-ci-bot
4516b8feff
!437 Add L2Loss op for VM.
...
Merge pull request !437 from liuxiao/add-l2-loss
2020-04-22 10:27:04 +08:00
mindspore-ci-bot
3b083d07bb
!550 support one node communication group
...
Merge pull request !550 from yao_yf/support_one_node_communication_group
2020-04-22 10:17:01 +08:00
liuxiao
c874e2d484
Add L2Loss op for VM
2020-04-22 09:31:14 +08:00
mindspore-ci-bot
aad5771a62
!524 Added support for UA augmentation ops with tests
...
Merge pull request !524 from alashkari/ua-ops
2020-04-22 08:28:47 +08:00
Amir Lashkari
56e7a7deb5
Added UniformAugment + Python Augmentation Ops
2020-04-21 19:54:32 -04:00
mindspore-ci-bot
dc0491caf9
!508 [Dataset] Adding sync_wait operator for dataset
...
Merge pull request !508 from EricZ/master
2020-04-22 06:15:24 +08:00
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
2020-04-21 17:42:13 -04:00
Junhan Hu
78001ac9e6
Add multiprocessing support for Mindspore.Dataset.GeneratorDataset
2020-04-21 16:03:43 -04:00