Commit Graph

1416 Commits

Author SHA1 Message Date
mindspore-ci-bot 8867c67d61 !1935 Summary callback as collector for summary and lineage
Merge pull request !1935 from 李鸿章/policy_writer
2020-06-19 14:53:14 +08:00
mindspore-ci-bot 230963d08e !2332 Fix ConfusionSoftmaxGrad fusion pass work if the ReduceSum's attr of keep_dims set with False
Merge pull request !2332 from huanghui/fix-ConfusionSoftmaxGrad-fusion-pass
2020-06-19 14:44:23 +08:00
mindspore-ci-bot 9958bc479a !2161 [qat]Export network from quantization aware network to deploy
Merge pull request !2161 from vlne-v1/I1IZV3-quant-infer
2020-06-19 14:16:00 +08:00
mindspore-ci-bot 06b511ca94 !2301 add sparse proximal ada grad optimizer
Merge pull request !2301 from lilei/sparse_proximal_ada_grad
2020-06-19 14:07:50 +08:00
Li Hongzhang 0921c1e538 enhance the SummaryRecord with set_mode and add_value 2020-06-19 13:03:00 +08:00
huanghui c7bda5363d fix ConfusionSoftmaxGrad fusion pass work if the ReduceSum's attr of keep_dims set False 2020-06-19 10:37:15 +08:00
Wei Luning 1d77bf86a9 Exports MindSpore quant predict model to deploy with GEIR 2020-06-19 10:21:35 +08:00
lilei 497067d7b2 add sparse proximal ada grad optimizer 2020-06-19 09:56:28 +08:00
mindspore-ci-bot 1424178601 !1663 change lenet and alexnet dir
Merge pull request !1663 from wukesong/change_network_path
2020-06-19 09:45:19 +08:00
mindspore-ci-bot b7b4333d13 !2272 remove dataset send from data exec
Merge pull request !2272 from wangnan39/remove_dataset_send_from_model_init
2020-06-19 09:33:12 +08:00
mindspore-ci-bot a9d06edae9 !2282 remove _quant_op.py from __init__.py
Merge pull request !2282 from chenzhongming/master
2020-06-19 09:20:03 +08:00
peilinwang 1e36b0649f remove graphengine changes
remove graphengine changes

concat op

Truncate Pair

concat_op

remove graph engine changes

ToNumberOp implementation almost done

ToNumberOp complete

ci fix

ci fix

ci fix

ci fix

ci fix

ci fix

ci fix

ci fix

ci fix

ci fix

merge conflicts
2020-06-18 20:07:35 -04:00
hesham 11826fb256 DuplicateOp 2020-06-18 19:47:27 -04:00
mindspore-ci-bot 90bb9320aa !2314 Implemented RandomHorizontalFlipWithBBox and BoundingBoxAugment C++ Ops
Merge pull request !2314 from imaaamin/object_ops_pr
2020-06-19 07:08:42 +08:00
mindspore-ci-bot a83baafbf6 !2253 Add ConcatOp to Dataset
Merge pull request !2253 from nhussain/concat_op
2020-06-19 06:32:15 +08:00
mindspore-ci-bot 3784220056 !2317 rework on dataset.text.vocab to support any user special_tokens
Merge pull request !2317 from ZiruiWu/vocab_rework
2020-06-19 05:25:31 +08:00
nhussain 5515016dba remove graphengine changes
remove graphengine changes

concat op

Truncate Pair

concat_op

remove graph engine changes
2020-06-18 17:17:50 -04:00
mindspore-ci-bot ffc8a3c362 !2274 add PadEndOp
Merge pull request !2274 from xunxue/padend
2020-06-19 05:05:14 +08:00
mindspore-ci-bot e4322baece !2316 [Dataset] Move python tree transformation into cpp pass
Merge pull request !2316 from JunhanHu/alter_node_cpp
2020-06-19 05:02:03 +08:00
islam_amin 0af156d169 added two ops for object detection, random horizontal flip with bbox and bouding box augment. along with their unit tests 2020-06-18 16:55:31 -04:00
xunxue 87aa9c8f7a PadEndOp 2020-06-18 16:07:34 -04:00
Junhan Hu 57f3732ac3 Move python tree transformation into cpp pass. 2020-06-18 15:52:38 -04:00
Zirui Wu b6e9504b31 phase I of Vocab rework
phase II vocab rework

added more test cases

fix api doc string

address review cmts and fix CI

address ci complains

fix review cmts

ci
2020-06-18 15:36:28 -04:00
Zirui Wu 8f2674850b address API doc style and content
addr review cmts

revert

ci

private class

ci

fix ci

address ci

address review cmts

fix style err
2020-06-18 12:23:42 -04:00
wangnan39@huawei.com 887838d452 do not send the data during the model init 2020-06-18 22:18:41 +08:00
mindspore-ci-bot c0fe8c0322 !2273 [AutoParallel]update EmbeddingLookUp op
Merge pull request !2273 from lichen/fix_embeding_look_up
2020-06-18 21:07:52 +08:00
mindspore-ci-bot 5850b99161 !2211 Add TruncatePair Op to dataset
Merge pull request !2211 from h.farahat/pair_truncate
2020-06-18 20:58:40 +08:00
wukesong 7dfd369998 modify lenet&alexnet dir 2020-06-18 20:45:46 +08:00
mindspore-ci-bot fce37a5fbe !2281 add Sigmoid and SigmoidGrad operation of GPU
Merge pull request !2281 from zyli2020/add_sigmoid
2020-06-18 20:09:02 +08:00
lichenever 563622874a update 2020-06-18 19:45:40 +08:00
chenzomi bbce6faff9 remove _quant_ops.py from __init__.py 2020-06-18 19:26:22 +08:00
mindspore-ci-bot d0c5071cab !1993 [Dataset] Fix codedex.
Merge pull request !1993 from luoyang/pylint
2020-06-18 18:59:31 +08:00
mindspore-ci-bot 2ecd5bdf25 !2239 [MD] convert csv to mindrecord
Merge pull request !2239 from liyong126/csv_to_mindrecord
2020-06-18 18:56:33 +08:00
mindspore-ci-bot d9b8da14e2 !2275 [Auto parallel] Changing bprob of EmbeddingLookup
Merge pull request !2275 from Xiaoda/4-fix-the-embeddinglookup-errors
2020-06-18 18:08:19 +08:00
mindspore-ci-bot 2e002ab64c !2292 gpu fix all nop node graph execute
Merge pull request !2292 from limingqi107/master
2020-06-18 17:17:06 +08:00
mindspore-ci-bot 9b90d89f6b !2276 fix eliminate get ref parameter
Merge pull request !2276 from fary86/fix_eliminate_get_ref
2020-06-18 17:14:26 +08:00
fary86 15b3fba0ef Fix eliminate get ref parameter 2020-06-18 16:10:53 +08:00
Xiaoda Zhang 69574f3823 fix the bprob error of embeddinglookup 2020-06-18 16:06:56 +08:00
limingqi107 0f4397cece fix all nop node graph execute 2020-06-18 15:56:38 +08:00
lizhenyu ea0cd5ccdd add Sigmoid and SigmoidGrad operation of GPU 2020-06-18 15:42:58 +08:00
mindspore-ci-bot 74c3e15675 !2194 fix FakeQuantPerLayer/FakeQuantPerLayerGrad symmetric=True calculation error bug
Merge pull request !2194 from 王东旭/master
2020-06-18 15:19:10 +08:00
mindspore-ci-bot 3559cb5ccd !2252 dataset: repair bug in config load
Merge pull request !2252 from ms_yan/config_load
2020-06-18 15:03:44 +08:00
mindspore-ci-bot 90e05579c8 !2197 Change acc threshold of test_resnet_imagenet
Merge pull request !2197 from zhaoting/ResNet50_st
2020-06-18 14:53:00 +08:00
mindspore-ci-bot 60f4795f40 !2220 fix binary dump and add test case
Merge pull request !2220 from leopz/fix_dump
2020-06-18 14:30:52 +08:00
mindspore-ci-bot 1e12b07afd !2251 Add implementation of SparseApplyProximalAdagrad cpu kernel
Merge pull request !2251 from YuJianfeng/proximal
2020-06-18 14:15:02 +08:00
zhaoting c083089e7e change acc threshold of test_resnet_imagenet 2020-06-18 14:13:22 +08:00
ms_yan 8d1dae46ac Throw error when load config failed 2020-06-18 13:47:32 +08:00
liyong 7369950a93 convert csv to mindrecord 2020-06-18 12:55:22 +08:00
mindspore-ci-bot 19e66f06e2 !2150 Gpu Tanh kernel support fp16
Merge pull request !2150 from chenweifeng/tanh-fp16
2020-06-18 12:50:25 +08:00
mindspore-ci-bot 0c3d96a98b !2236 Refactor the callback module in an encapsulated way
Merge pull request !2236 from 李鸿章/callback
2020-06-18 12:09:19 +08:00