mindspore-ci-bot
|
680bf2c891
|
!827 support buffer fusion for r0.2
Merge pull request !827 from jjfeing/buffer_fusion_r02
|
2020-04-29 08:52:30 +08:00 |
jjfeing
|
cd6ed0e344
|
support buffer fusion
|
2020-04-28 22:15:40 +08:00 |
YuJianfeng
|
277659d544
|
Check the empty value tuple when converting it to tuple tensor
|
2020-04-28 22:06:45 +08:00 |
leilei_snow
|
ba7ccf26a3
|
fix api document about dynamic_lr
|
2020-04-28 20:46:24 +08:00 |
mindspore-ci-bot
|
3183579e0e
|
!798 change runtime error to type error when cannot find kernel info
Merge pull request !798 from lianliguang/r0.2
|
2020-04-28 16:19:48 +08:00 |
lianliguang
|
e9c3a5a7f8
|
change runtime error to type error when cannot find kernel info
|
2020-04-28 15:47:18 +08:00 |
mindspore-ci-bot
|
ca5f81af36
|
!748 fix np.histogram sometimes calc very large bucket number
Merge pull request !748 from wenkai/wkr02
|
2020-04-28 15:42:58 +08:00 |
mindspore-ci-bot
|
f4e8bca783
|
!787 Fix dtype judge sentence in infer_dtype function of hcom operations
Merge pull request !787 from zhouyuanshen/r0.2
|
2020-04-28 14:39:10 +08:00 |
mindspore-ci-bot
|
928b0bb309
|
!781 Adjust the order of cast and reshape in the grammar implementation process
Merge pull request !781 from candanzg/repaire_cast_type
|
2020-04-28 14:37:22 +08:00 |
zhouyuanshen
|
6cc51e0c0c
|
fix bug in infer_dtype function of hcom operations
|
2020-04-28 11:33:13 +08:00 |
mindspore-ci-bot
|
fb90cb4da6
|
!768 [bug]with eval cell show cast is not support in gpu pynative
Merge pull request !768 from vlne-v1/I1F48Y-with-eval-cell-show-cast-is-not-support-in-gpu-pynative-r0.2
|
2020-04-28 11:27:50 +08:00 |
mindspore-ci-bot
|
c96d5f5353
|
!744 Disable ConfusionMulGrad fusion pass
Merge pull request !744 from huanghui/r0.2
|
2020-04-28 10:56:42 +08:00 |
Wei Luning
|
6b39161701
|
only cast when level is O2
|
2020-04-28 10:40:55 +08:00 |
candanzg
|
e8850e485e
|
repair cast
Signed-off-by: candanzg <zhangshucheng@huawei.com>
|
2020-04-28 10:26:17 +08:00 |
mindspore-ci-bot
|
06af0f751f
|
!773 Set precision mode and allreduce split strategy
Merge pull request !773 from gengdongjie/r0.2
|
2020-04-28 08:14:36 +08:00 |
mindspore-ci-bot
|
c90b66a0db
|
!777 fix bugs and dock ops
Merge pull request !777 from zhangbuxue/fix_bug_and_dock_ops
|
2020-04-27 23:17:43 +08:00 |
gengdongjie
|
e8621ce1d6
|
set auto mix precision and allreduce aplit size
|
2020-04-27 23:06:54 +08:00 |
mindspore-ci-bot
|
118d434a3b
|
!771 Upload Resnet101 Scripts
Merge pull request !771 from 梅晓蔚/r0.2
|
2020-04-27 22:54:10 +08:00 |
mindspore-ci-bot
|
58844968fb
|
!770 Add MobilenetV2 to model_zoo and train scripts to r0.2
Merge pull request !770 from wandongdong/r0.2
|
2020-04-27 22:52:29 +08:00 |
buxue
|
381acf617b
|
dock FloorMod GreaterEqual NotEqual ScatterNdUpdate
|
2020-04-27 22:44:40 +08:00 |
mindspore-ci-bot
|
c52934923e
|
!757 remove redundant data copy
Merge pull request !757 from dinghao/r0.2
|
2020-04-27 22:37:40 +08:00 |
buxue
|
42eb8b08c2
|
fix bugs of Acosh, TopK, ResizeNearestNeighbor, DepthwiseConv2dNative
|
2020-04-27 22:24:23 +08:00 |
buxue
|
4fa2d03c89
|
fix reviewboot and example of TruncatedNormal and add type mapping
|
2020-04-27 22:23:36 +08:00 |
buxue
|
71ccf74b88
|
fix the infer of TruncatedNormal and a bug of structure output and a bug of tensorslice ellipsis
|
2020-04-27 22:23:31 +08:00 |
meixiaowei
|
0cd381be14
|
resnet101 update
|
2020-04-27 22:00:43 +08:00 |
wandongdong
|
3aa54aada3
|
add mobilenetv2
|
2020-04-27 21:57:29 +08:00 |
mindspore-ci-bot
|
fed85d7927
|
!758 modify maxpool in alexnet
Merge pull request !758 from wukesong/alexnet-maxpool
|
2020-04-27 21:06:26 +08:00 |
mindspore-ci-bot
|
a427dd6059
|
!726 modify init_ge api name and add init_ge to init_dataset
Merge pull request !726 from jinyaohui/init_dataset
|
2020-04-27 20:59:33 +08:00 |
wukesong
|
5543f829e1
|
alexnet-maxpool
|
2020-04-27 19:28:01 +08:00 |
dinghao
|
7bc0cbca18
|
remove data sync
|
2020-04-27 19:25:21 +08:00 |
lizhenyu
|
b7b7ef390d
|
fix bug of import akg failed
|
2020-04-27 18:56:59 +08:00 |
wenkai
|
cdc09b1ce5
|
fix np.histograms(bins='auto') sometimes calc very small width and very large bucket number, which lead to error/long compute time.
|
2020-04-27 18:06:38 +08:00 |
huanghui
|
e7549bd78a
|
Disable ConfusionMulGrad fusion pass
|
2020-04-27 16:30:18 +08:00 |
mindspore-ci-bot
|
4337a32ae6
|
!722 fix load checkpoint bug
Merge pull request !722 from changzherui/mod_load_ckpt
|
2020-04-27 14:49:02 +08:00 |
mindspore-ci-bot
|
b56cbf1851
|
!725 Fix confusionmulgrad fusion pass cannot work
Merge pull request !725 from huanghui/r0.2-fix-confusionmulgrad
|
2020-04-27 14:18:21 +08:00 |
jinyaohui
|
5f18c85ffe
|
modify init_dataset
|
2020-04-27 11:53:30 +08:00 |
mindspore-ci-bot
|
b04b879431
|
!714 fix select wrong kernel
Merge pull request !714 from chenjianping/r0.2
|
2020-04-27 11:53:20 +08:00 |
chang zherui
|
df71c09a4e
|
modify load ckpt
|
2020-04-27 11:49:03 +08:00 |
mindspore-ci-bot
|
bfd2afc00b
|
!657 Fix confusionmulgrad fusion pass cannot work
Merge pull request !657 from huanghui/fix-confusionmulgrad-fusion-pass
|
2020-04-27 11:44:13 +08:00 |
mindspore-ci-bot
|
3fc0c2e1ff
|
!695 Check topk supported before converting input to attr
Merge pull request !695 from YuJianfeng/master
|
2020-04-27 10:04:23 +08:00 |
chenjianping
|
290f783f3b
|
fix select wrong kernel
|
2020-04-27 01:41:32 +00:00 |
caifubi
|
bd1d6d558c
|
sync profiling bp_end point modify from master
|
2020-04-26 22:04:04 +08:00 |
Etone.Chan
|
4e39354daa
|
add buffer fusion bnupdate eltwise pass
|
2020-04-26 19:43:25 +08:00 |
liubuyu
|
05e001fc84
|
add model parameters for vgg16 to enable mixed precision
|
2020-04-24 14:29:54 +08:00 |
mindspore-ci-bot
|
4bdb03f92c
|
!633 [MD] adjust mindrecord ut
Merge pull request !633 from liyong126/mindrecord_ut
|
2020-04-24 10:40:42 +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 |
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 |