eric
|
2d115cd04e
|
Added example for multiple iterator
Added new testcase for multi iterator
Addressing review
Fixed typo
|
2020-04-24 17:28:40 -04:00 |
mindspore-ci-bot
|
96d39886b9
|
!664 29 minutes ago test_auto_parallel_resnet failed
Merge pull request !664 from lirongzhen1/resnet_ci
|
2020-04-24 20:24:26 +08:00 |
kswang
|
1e8997f4cb
|
optimize sort for mem reuse and fix memreuse bug
|
2020-04-24 19:49:43 +08:00 |
lirongzhen1
|
56f785f7e6
|
add context configration
|
2020-04-24 19:35:14 +08:00 |
mindspore-ci-bot
|
e8172b3e8f
|
!661 fix imagenet to mindrecord fail when the pic size is 0
Merge pull request !661 from guozhijian/fix_imagenet_to_mindrecord_fail
|
2020-04-24 18:59:55 +08:00 |
mindspore-ci-bot
|
cf73a54f9d
|
!655 fix log printing problems
Merge pull request !655 from liubuyu/master
|
2020-04-24 18:51:26 +08:00 |
geekun
|
82c5daa947
|
fix codedex for mindspore/vm,transform,util,operator
|
2020-04-24 18:02:16 +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 |
jonyguo
|
b4151efe81
|
fix: imagenet to mindrecord failed when the pic size is 0
|
2020-04-24 17:28:50 +08:00 |
mindspore-ci-bot
|
e23a663f52
|
!649 update docs for mindrecord example
Merge pull request !649 from guozhijian/fix_mindrecord_docs
|
2020-04-24 17:22:16 +08:00 |
liubuyu
|
80e5bb982b
|
fix log print
|
2020-04-24 17:18:03 +08:00 |
jonyguo
|
bfa0f98c1c
|
fix: update mindrecord example docs
|
2020-04-24 17:12:40 +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
|
db9dd26444
|
!653 add LARSUpdate example in comments
Merge pull request !653 from gziyan/add_lars_example
|
2020-04-24 16:12:38 +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 |
Ziyan
|
bb527bc5cf
|
add LARSUpdate example
|
2020-04-24 15:56:50 +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 |
mindspore-ci-bot
|
29dc8048f2
|
!642 [Auto parallel] Delete the 'simplify_cal' in 'set_algo_parameters' and 'get_algo_parameters'
Merge pull request !642 from Xiaoda/delete-simplify-cal-attribute-in-the-interface
|
2020-04-24 15:11:02 +08:00 |
mindspore-ci-bot
|
ffdad1acd4
|
!617 Match format when kernel selecting using raise or reduce precision
Merge pull request !617 from lianliguang/fix-bug-of-raise-precision
|
2020-04-24 14:13:56 +08:00 |
mindspore-ci-bot
|
92e0dc0ab5
|
!622 GPU update conv kernels to accelerate computing fp16 data
Merge pull request !622 from VectorSL/update-conv-for-amp
|
2020-04-24 14:12:14 +08:00 |
yao_yf
|
425276d43d
|
auto parallel prelu support prelu
|
2020-04-24 14:10:57 +08:00 |
VectorSL
|
ee7a64018c
|
gpu update conv kernel for auto-mixed-precision
|
2020-04-24 11:29:27 +08:00 |
mindspore-ci-bot
|
78bbacdaac
|
!601 [Data]Fix the nonstandard comments (add space, add function type)
Merge pull request !601 from xulei/filter_master
|
2020-04-24 11:25:16 +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
|
c984c48f28
|
!629 add model parameters for vgg16 to open mixed precision.
Merge pull request !629 from caojian05/mindspore_master_bugfix
|
2020-04-24 10:32:10 +08:00 |
mindspore-ci-bot
|
53d2da5fe4
|
!264 static_analysis: remove useless cache in TrivialPrimEvaluator and add cache for PythonPrimEvaluator
Merge pull request !264 from xychow/remove-unnecessary-cache-and-add-cache
|
2020-04-24 09:22:33 +08:00 |
mindspore-ci-bot
|
bfab0bc856
|
!618 clean ascend runtime codex
Merge pull request !618 from caifubi/clean-runtime-codex
|
2020-04-24 09:15:14 +08:00 |
mindspore-ci-bot
|
4a001ece95
|
!607 optimize flow of export onnx model
Merge pull request !607 from fary86/optimize_flow_of_exporting_onnx_model
|
2020-04-24 09:13:04 +08:00 |
mindspore-ci-bot
|
2440cea732
|
!621 [MD] adjust mindrecord ut
Merge pull request !621 from liyong126/mindrecord_ut
|
2020-04-24 09:12:32 +08:00 |
mindspore-ci-bot
|
84a488bfe7
|
!627 fix when not set GLOG_log_dir, create log file at /tmp
Merge pull request !627 from fary86/fix_glog_default_path_is_tmp
|
2020-04-24 09:10:43 +08:00 |
mindspore-ci-bot
|
c65a57775b
|
!631 Fixed the bug on uniform augment input validation
Merge pull request !631 from AdelShafiei/uniform_augment_ut
|
2020-04-24 08:17:38 +08:00 |
Adel Shafiei
|
f29eacbb34
|
fixed an input validation error for uniform augment op
|
2020-04-23 17:37:51 -04:00 |
mindspore-ci-bot
|
1cc9f65815
|
!630 UniformAugment: Fixed empty list error
Merge pull request !630 from alashkari/ua-ops
|
2020-04-24 03:15:20 +08:00 |
Amir Lashkari
|
a43b60f99f
|
Fixed not in list error
|
2020-04-23 13:57:52 -04:00 |
caojian05
|
73d4cf77d4
|
add model parameters for vgg16 to open mixed precision.
|
2020-04-23 23:41:42 +08:00 |
mindspore-ci-bot
|
b39247d3de
|
!557 add README file for vgg16
Merge pull request !557 from caojian05/mindspore_master_dev
|
2020-04-23 22:53:37 +08:00 |
mindspore-ci-bot
|
07dcd6e0cc
|
!616 remove the parameter 'batch_size' of VGG16, for we can use 'flatten' instead of 'reshape'.
Merge pull request !616 from caojian05/mindspore_master_bugfix
|
2020-04-23 22:53:19 +08:00 |
caifubi
|
246fc290d0
|
clean runtime codex
|
2020-04-23 22:32:44 +08:00 |
lianliguang
|
c4aeb5a0b8
|
add format chooice when kernel selecting reduce or raise precision
|
2020-04-23 21:58:03 +08:00 |
mindspore-ci-bot
|
d132b61bcd
|
!625 Fix check nullptr by calling function directly
Merge pull request !625 from JoyLvliang/fix-check-nullptr-by-calling-function
|
2020-04-23 21:53:35 +08:00 |
mindspore-ci-bot
|
928dcf4ec4
|
!554 Fix derelu fusion pass
Merge pull request !554 from huanghui/fix_derelu_fusion_pass
|
2020-04-23 21:52:55 +08:00 |
liyong
|
1f222ddb9e
|
fix mindrecord c ut
|
2020-04-23 21:48:58 +08:00 |
mindspore-ci-bot
|
c646faed1e
|
!626 gpu dynamic memory pool can't reuse allReduce in multi-stream
Merge pull request !626 from limingqi107/master
|
2020-04-23 21:39:39 +08:00 |
huanghui
|
cd6e8d6542
|
fix ReluV2's mask shape in derelu fusion pass
|
2020-04-23 21:25:18 +08:00 |
mindspore-ci-bot
|
ebc3f12b21
|
!620 [Auto parallel] Fix the code-style warnings in parallel-mode
Merge pull request !620 from Xiaoda/fix-codex-bot-warnings
|
2020-04-23 21:14:19 +08:00 |