Commit Graph

3157 Commits

Author SHA1 Message Date
mindspore-ci-bot 2af6313f53 !7534 SummaryRecord support to record mindexplain data
Merge pull request !7534 from ougongchang/feature_mindexplain
2020-10-23 14:38:33 +08:00
mindspore-ci-bot 9d35fdc4e5 !7653 [MD] C++ api SaveOp
Merge pull request !7653 from luoyang/c-api-pyfunc
2020-10-23 14:14:11 +08:00
mindspore-ci-bot c2f7f82509 !7586 add pynative st test_case
Merge pull request !7586 from lvchangquan/transdata
2020-10-23 11:20:46 +08:00
mindspore-ci-bot d50736df2c !7607 modify_normal_seed
Merge pull request !7607 from lilei/modify_normal
2020-10-23 10:40:58 +08:00
mindspore-ci-bot 1795840436 !7581 Extension interface for dense
Merge pull request !7581 from lilei/modify_bug
2020-10-23 10:40:42 +08:00
luoyang 8e60cfe800 [MD] C++ api save 2020-10-23 10:27:35 +08:00
mindspore-ci-bot 19b10d474f !7530 [MD] Add divide image proccessing
Merge pull request !7530 from jiangzhiwen/lite/image_divide
2020-10-23 09:22:36 +08:00
mindspore-ci-bot 6fcf10e0b5 !7598 enbale ps mode init in server
Merge pull request !7598 from zyli2020/init_in_server
2020-10-23 09:21:10 +08:00
mindspore-ci-bot 80725441b6 !7518 Added tcp server based on libevent
Merge pull request !7518 from anancds/tcp-server
2020-10-23 09:20:21 +08:00
mindspore-ci-bot dc1ecdab28 !7623 [Data]Modify the behavior of the lite dataset, the default setting is to compile the dataset and mindspore lite trainging together
Merge pull request !7623 from xulei/lite_test0905
2020-10-23 08:48:50 +08:00
mindspore-ci-bot 0d5e119fa4 !7483 Add GPU-UniformSampler and nn.UniformCandidateSampler
Merge pull request !7483 from 34bunny/GPU-ucs
2020-10-22 23:21:30 +08:00
mindspore-ci-bot 2c468a358a !7537 new gpu op for cbg: repeat_elements
Merge pull request !7537 from Peilin/cbg-new-gpu-ops-repeat_elements
2020-10-22 23:21:25 +08:00
lilei 0c043d18ef modify_normal 2020-10-22 21:35:44 +08:00
xulei2020 8f392204be minddata build with mindspore-lite train 2020-10-22 21:34:56 +08:00
lvchangquan f8fa043f37 add pynative st test_case 2020-10-22 21:25:56 +08:00
lilei 127f70ce40 Extension interface for dense 2020-10-22 17:58:24 +08:00
anancds 98bbb4ef7a added tcp base on libevent 2020-10-22 17:44:29 +08:00
mindspore-ci-bot 22bde4bd9b !7390 Add nonzero and moments
Merge pull request !7390 from jiangzhenguang/add_nonzero_and_moments
2020-10-22 17:10:41 +08:00
ougongchang 6072b25a07 SummaryRecord support to record mindexplain data
The SummaryRecord.add_value() method is extended to record the data of
MindExplain.
2020-10-22 15:52:54 +08:00
jzg 374e9e199d add moment and nonzero. 2020-10-22 14:53:26 +08:00
mindspore-ci-bot 1ee9c4d014 !6645 [MD] add unique op
Merge pull request !6645 from liyong126/md_unique_op
2020-10-22 14:43:37 +08:00
mindspore-ci-bot 42b25d0923 !7575 optimize the network structrue
Merge pull request !7575 from 吴书全/deepfm1021
2020-10-22 14:22:15 +08:00
lizhenyu fd1d61eaf7 enbale ps mode init in server 2020-10-22 11:25:58 +08:00
mindspore-ci-bot 8bfe141680 !7571 fix bug in reshape strategy search when reshape as the first operator
Merge pull request !7571 from yao_yf/reshape_strategy_search_fix_when_reshape_is_first_op
2020-10-22 10:16:33 +08:00
mindspore-ci-bot e09e154391 !7596 IR breakdown for 8 non-leaf nodes (except MapOp)
Merge pull request !7596 from ZiruiWu/ir_breakdown_non_leaf
2020-10-22 09:48:07 +08:00
mindspore-ci-bot 3b55a25f8d !7463 move train.quant to compression module & add QuantizationAwareTraining
Merge pull request !7463 from yuchaojie/quant2
2020-10-22 09:19:44 +08:00
yao_yf f7189adb91 fix bug in reshape strategy search when reshape is first operator 2020-10-22 09:15:18 +08:00
liyong fb2bd156c9 add unique op 2020-10-22 09:12:37 +08:00
mindspore-ci-bot f487797694 !7495 [Auto-parallel] Overwrite strategies for star graph structures
Merge pull request !7495 from Xiaoda/27-star-elimination-overload
2020-10-22 09:10:52 +08:00
Zirui Wu d471552fc5 shuffle take repeat bucketbatch buildvocab repeat shuffle take project concat rename node IR added
concat, bucketbatch project rename

fix ci round 1

fix ci round 2

fix up

fix ci
2020-10-21 18:41:34 -04:00
Peilin Wang bd0b462691 new gpu op for cbg repeat_elements
fixed ci

fixed ci

addressed comments
2020-10-21 16:25:56 -04:00
mindspore-ci-bot 20cd47b4d8 !7416 Support Gumbel Distribution
Merge pull request !7416 from XunDeng/gumbel
2020-10-22 01:55:25 +08:00
TFbunny e18a78feb9 add GPU UniformSampler 2020-10-21 12:20:48 -04:00
mindspore-ci-bot 6cc37db833 !7482 roialign gpu operator output is zero
Merge pull request !7482 from JonathanY/roialign_zero
2020-10-21 23:42:06 +08:00
mindspore-ci-bot de7ea8e68c !7540 Extract ImageFolderNode and BatchNode into its own files from datasets.cc/.h
Merge pull request !7540 from ZiruiWu/refactor_ir_demo
2020-10-21 19:23:20 +08:00
mindspore-ci-bot 566656ea72 !7558 fix the repeated calculation accuracy error
Merge pull request !7558 from yangzhenzhang/update-repeated-calculation
2020-10-21 19:14:13 +08:00
mindspore-ci-bot e24b50f559 !7548 Support elu and elugrad with dtype float and half on gpu
Merge pull request !7548 from zhouyuanshen/master
2020-10-21 19:11:38 +08:00
mindspore-ci-bot 1777f75268 !7554 [ME] change some format code.
Merge pull request !7554 from chenzhongming/zomi_master
2020-10-21 19:04:05 +08:00
wsq3 02650e2655 optimize the deepfm test case network structure 2020-10-21 18:35:59 +08:00
yuchaojie c8ec34d638 move train.quant to compression module & add QuantizationAwareTraining 2020-10-21 17:30:40 +08:00
mindspore-ci-bot a8dc0f5c1b !7557 [MD] Add merge image proccessing
Merge pull request !7557 from jiangzhiwen/lite/merge
2020-10-21 17:28:55 +08:00
mindspore-ci-bot 7c15afcc66 !7478 Add st for Ascend dynamic shape
Merge pull request !7478 from caifubi/dynamic_shape
2020-10-21 16:46:46 +08:00
yangzhenzhang eb6f4e3ce8 update repeated calculation 2020-10-21 16:13:58 +08:00
zhouyuanshen 2ab0b3d67a support ops elu and elugrad on gpu 2020-10-21 15:52:15 +08:00
jiangzhiwen 8e785648da add merge image processing 2020-10-21 14:44:22 +08:00
mindspore-ci-bot fd8ebde400 !7545 GPU reshape add type
Merge pull request !7545 from VectorSL/int64
2020-10-21 14:19:11 +08:00
chenzomi ca85fcef40 [ME] change some format code. 2020-10-21 12:14:54 +08:00
Zirui Wu 52eec881ec Refactor ImageFolderNode and BatchNode into its separate files
fix ci

fix ci

address review cmmts, fix ci

remove dup code in datasets.cc
2020-10-20 23:07:51 -04:00
VectorSL 5c0c363c66 gpu reshepe add type 2020-10-21 10:47:57 +08:00
caifubi 4654197274 Add st for dynamic shape 2020-10-21 10:13:07 +08:00