Commit Graph

5466 Commits

Author SHA1 Message Date
yao_yf 3dbe872596 modezoo wide&deep run clusters 2020-07-20 17:44:07 +08:00
liyong f521532a06 fix field_name probelem from tfrecord to mindrecord 2020-07-20 17:12:21 +08:00
mindspore-ci-bot b5d8dad47d !3187 Remove useless log in TopK kernel
Merge pull request !3187 from chenweifeng/topk
2020-07-20 16:59:03 +08:00
yanghaitao a97777d67e fix RandomAffine resample bug 2020-07-20 16:58:37 +08:00
hexia 65da4463c1 check model input 2020-07-20 16:57:56 +08:00
xulei2020 18b519ae0f add sentence piece 2020-07-20 15:50:35 +08:00
wukesong 513c45d3cf change lenet&alexnet dir 2020-07-20 15:01:20 +08:00
mindspore-ci-bot 5c81f9caa0 !3225 Fix input verification for input of GlobalbatchNorm.
Merge pull request !3225 from liuxiao93/fix-check-input-for-GlobalBatchNorm
2020-07-20 14:46:24 +08:00
xiefangqi fbd9e3d402 vocdataset output multi-columns 2020-07-20 14:40:30 +08:00
mindspore-ci-bot 72a2b7d496 !3117 not reuse ref node input's memory
Merge pull request !3117 from laiyongqiang/refnode_input
2020-07-20 14:36:50 +08:00
yanghaitao ee751be1ca fix connector throughput is negative value 2020-07-20 14:29:48 +08:00
mindspore-ci-bot 8e4c0a9d93 !3212 GetDatasize feature
Merge pull request !3212 from anzhengqi/epochs-ready
2020-07-20 14:18:27 +08:00
mindspore-ci-bot bae2f964e5 !3213 Unified code style
Merge pull request !3213 from liubuyu/dev
2020-07-20 14:14:03 +08:00
mindspore-ci-bot a009823498 !3223 clean review bot warning
Merge pull request !3223 from lianliguang/master
2020-07-20 14:11:04 +08:00
mindspore-ci-bot 485ac8384b !3162 split tuple output node to maketuple
Merge pull request !3162 from lianliguang/split-tuple-node-to-make-tuple
2020-07-20 14:10:12 +08:00
mindspore-ci-bot f19aeaa0d5 !3150 fix optimizer example variable
Merge pull request !3150 from ghzl/fix-example-for-optimizer
2020-07-20 14:05:18 +08:00
changzherui dbe4cc32ca mod syn_code bug 2020-07-20 13:05:04 +08:00
anzhengqi 008b91b2a1 inject epoch ctrl op in the execution tree and send eos at the end of epoch 2020-07-20 13:02:47 +08:00
mindspore-ci-bot 28f873e9ad !3203 GPU fix cast fusion bug
Merge pull request !3203 from VectorSL/fix-cast-fusion
2020-07-20 12:00:47 +08:00
wangnan39@huawei.com 1cdf6a10ac rename operators of sparse optimizer 2020-07-20 12:00:39 +08:00
liuxiao93 4c98a00830 Fix input verification for input of GlobalbatchNorm. 2020-07-20 11:49:40 +08:00
mindspore-ci-bot fd9619bbf1 !3158 Add akg op registers abs/exp for Gelu/GeluGrad.
Merge pull request !3158 from DeshiChen/0717_regop_gelu
2020-07-20 11:44:50 +08:00
mindspore-ci-bot 72b23b0fa4 !3174 insert transdata in print process
Merge pull request !3174 from lvchangquan/transdata
2020-07-20 11:30:48 +08:00
simson a1f789640b fix doc error of optim API 2020-07-20 11:30:14 +08:00
mindspore-ci-bot ef7cfaaf2e !3172 Fix bugs of the MaybeDropNodes function
Merge pull request !3172 from Kang/opt
2020-07-20 11:28:22 +08:00
guoqi 5e5073a3fe move resnet from model_zoo to model_zoo/official/cv folder 2020-07-20 11:27:16 +08:00
WilliamLian 6ed2e636e1 clean review bot warning 2020-07-20 11:17:43 +08:00
laiyongqiang acba03b191 not reuse ref node input's memory 2020-07-20 11:17:39 +08:00
Xiaoda Zhang 092c70adbd delete one backward implementation of embeddinglookup 2020-07-20 11:11:45 +08:00
mindspore-ci-bot be2cfa9ed6 !3075 Add profiler module.
Merge pull request !3075 from yuximiao/yuximiao_mindspore_profiler
2020-07-20 11:00:32 +08:00
xiefangqi 194f73132e fix numpy docstring problem 2020-07-20 10:57:15 +08:00
xiefangqi ad0e4554a1 comment cache server on windows 2020-07-20 10:52:34 +08:00
liubuyu 76dc80e7b7 Unified code style 2020-07-20 10:51:55 +08:00
mindspore-ci-bot bbfcbbe26d !3215 Move bert to new model zoo directory
Merge pull request !3215 from chenhaozhe/master
2020-07-20 10:24:13 +08:00
lvchangquan 7b48a122dd insert trans_data to reduce time in print process 2020-07-20 10:21:36 +08:00
mindspore-ci-bot ad5c649e86 !3165 support library cusolver for gpu backend
Merge pull request !3165 from mamba_ni/master
2020-07-20 10:13:24 +08:00
mindspore-ci-bot db80643ee2 !3177 Update Arithmetic Simplify to use Pattern Matcher (2)
Merge pull request !3177 from Giancarlo/pm_arithmetic_simplify
2020-07-20 10:02:06 +08:00
WilliamLian d10d1a17f0 spilt valuenode & parameter's tuple output to maketuple 2020-07-20 09:48:03 +08:00
mindspore-ci-bot f30df6e3e8 !3210 Skip case of not insert assign node
Merge pull request !3210 from zhoufeng/xiu-ba-ge-2
2020-07-20 09:12:16 +08:00
mindspore-ci-bot ab53809f2c !3196 fix precision error with fp16 input on pynative mode
Merge pull request !3196 from chujinjin/fix_precision_error_with_fp16_input
2020-07-20 09:09:28 +08:00
chenhaozhe 541bf81c1f move bert to new model zoo directory 2020-07-19 14:57:16 +08:00
mindspore-ci-bot 6f8863b65d !3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
Merge pull request !3198 from yanghaoran/code_sync_0718
2020-07-19 14:14:45 +08:00
yanghaoran 859acc6d2a synchronize latest Ascend software suite 18 Jul 2020, and merging branches 2020-07-18 21:09:55 +08:00
mindspore-ci-bot 05de773775 !3209 Fix bug about output of AddNGrad.
Merge pull request !3209 from liuxiao93/AddN
2020-07-18 19:56:31 +08:00
mindspore-ci-bot ffb7040c3c !3200 [clean]remove loop_can_unroll flag, clean some other python code
Merge pull request !3200 from vlne-v1/remove_loop_can_unroll
2020-07-18 19:44:29 +08:00
mindspore-ci-bot b34d40a1df !3190 Add op BasicLSTMCell for GE.
Merge pull request !3190 from liuxiao93/BasicLSTMCell
2020-07-18 19:28:11 +08:00
mindspore-ci-bot fa2d55820b !3197 fix dump geir fail
Merge pull request !3197 from fary86/fix_dump_geir_fail
2020-07-18 19:24:09 +08:00
mindspore-ci-bot 419022f2a5 !3194 Add concat and pack fission pass
Merge pull request !3194 from YuJianfeng/concat
2020-07-18 19:10:42 +08:00
mindspore-ci-bot 014188f47f !3208 [dfx]support attribute error throw from c++
Merge pull request !3208 from vlne-v1/attribute_error_for_pybind
2020-07-18 19:04:31 +08:00
liuxiao93 8705545bcd Fix bug about output of AddNGrad. 2020-07-18 18:47:52 +08:00