Commit Graph

4209 Commits

Author SHA1 Message Date
mindspore-ci-bot 585acc984d !2543 fix applyrmsprop to while list
Merge pull request !2543 from amongo/FixApplyRmsprop
2020-06-24 14:40:50 +08:00
mindspore-ci-bot 4c6bff75af !1393 Gpu Support AdamWeightDecay optimizer fusion
Merge pull request !1393 from chenweifeng/adam_weight_decay
2020-06-24 14:36:22 +08:00
mindspore-ci-bot a4fbdc3f69 !2245 Decouple ir::Tensor from python.
Merge pull request !2245 from hewei/decouple_tensor
2020-06-24 14:34:48 +08:00
mindspore-ci-bot 585aa2c718 !2411 Fix examples in api and inputs check for some optimizer operaters.
Merge pull request !2411 from liuxiao/examples
2020-06-24 14:33:25 +08:00
mindspore-ci-bot 087779b7d4 !2517 checkpoint add model_type
Merge pull request !2517 from chenzhongming/quant
2020-06-24 14:32:33 +08:00
mindspore-ci-bot 0a368494db !2499 HostAllGather and HostReduceScatter change to internal interface
Merge pull request !2499 from yihuaijie/master
2020-06-24 14:32:31 +08:00
mindspore-ci-bot 107618d607 !2524 fix: change field name from 'data' to 'image'
Merge pull request !2524 from guozhijian/fix_modify_mindrecord_field_to_image
2020-06-24 13:54:29 +08:00
liuxiao e991df44e4 fix api and check for some optimizer operators 2020-06-24 12:59:56 +08:00
chenzomi d3f9b80066 checkpoint add model_type 2020-06-24 12:31:08 +08:00
mindspore-ci-bot 20977b11af !2528 clean codex and code review commit
Merge pull request !2528 from caifubi/clean-codex-and-code-review
2020-06-24 12:04:39 +08:00
mindspore-ci-bot cc2655e599 !2428 building _ms_mpi with mpi_interface
Merge pull request !2428 from chenjianping/host_reduce
2020-06-24 11:53:29 +08:00
mindspore-ci-bot 8f2199e984 !2485 Make sure record the first step data, and catch the ValueError when the loss is not a Scalar
Merge pull request !2485 from ougongchang/fix_summary_optimizer
2020-06-24 11:10:44 +08:00
huangdongrun 024b52d6e6 add inputtoattr prim to white list 2020-06-24 10:56:26 +08:00
mindspore-ci-bot a5c7d7f6ca !2521 Disable cuda9.2
Merge pull request !2521 from zhoufeng/disable-cuda9
2020-06-24 10:42:12 +08:00
He Wei 43e0967024 Decouple ir::Tensor class from python 2020-06-24 10:28:59 +08:00
jojobugfree 091d88849d codex && code review 2020-06-24 10:22:13 +08:00
mindspore-ci-bot 363a232cbc !2512 [quant]The top level add op prefix_name check error
Merge pull request !2512 from vlne-v1/I1LJMR-quant-the-top-level-add-op-prefix_name-check-error
2020-06-24 09:42:29 +08:00
mindspore-ci-bot c22c865c4a !1950 [front]add `has_effect` direct to target construct method not cell object
Merge pull request !1950 from vlne-v1/move-flags-to-construct
2020-06-24 09:35:24 +08:00
mindspore-ci-bot ecff9f4eba !2518 [Control sink]Fix bug of get call real outputs
Merge pull request !2518 from chenfei_mindspore/stop-in-tuple-get-item-of-update-call-real-input
2020-06-24 09:20:40 +08:00
mindspore-ci-bot ea4800050b !2503 fix misspell and check parameters on graphdata
Merge pull request !2503 from heleiwang/fix_misspell
2020-06-24 09:15:33 +08:00
mindspore-ci-bot c61d254c1f !2408 fix bug to remove reshape when reshape is depend's input
Merge pull request !2408 from laiyongqiang/remove_reshape
2020-06-24 09:11:09 +08:00
ougongchang 108dd7a4a2 Make sure record the first step data in SummaryCollector, and catch the ValueError when the loss is not a Scalar. 2020-06-24 08:58:54 +08:00
mindspore-ci-bot 8b7e8262a9 !2487 change lstm import pacakge location
Merge pull request !2487 from caojian05/mindspore_master_bugfix
2020-06-23 23:34:35 +08:00
jonyguo 2a22d9dcc9 fix: change field name from 'data' to 'image' in mindrecord which similar with ImageFolderDatasetV2 2020-06-23 22:37:16 +08:00
zhoufeng b7a50b24d6 Disable cuda9.2, use cuda10.1 as default
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-06-23 22:35:23 +08:00
chenjianping 343889cdb7 building _ms_mpi with mpi_interface 2020-06-23 22:16:18 +08:00
heleiwang 0d52888fc5 fix misspell and check parameters 2020-06-23 22:01:36 +08:00
chenfei df7fe72928 visit stop if tuple getitem and maketuple of function GetCallRealOutputs 2020-06-23 21:45:21 +08:00
mindspore-ci-bot cdaaf38206 !2508 Graph kernel use control sink
Merge pull request !2508 from zhoufeng/graph-kernel-use-control-sink
2020-06-23 21:35:21 +08:00
mindspore-ci-bot d831474d33 !2426 add one opt pass which optimize tuple_getitem with constant input to const value
Merge pull request !2426 from xychow/add-tuple-getitem-const-pass
2020-06-23 21:30:16 +08:00
mindspore-ci-bot 41785e18c1 !2501 Fix some mistakes of TransData and ConfusionTransposeD vm ops
Merge pull request !2501 from liuwenhao/master
2020-06-23 21:25:26 +08:00
mindspore-ci-bot 69c15470a5 !2492 Add an output to apply_proximal_adagrad op register
Merge pull request !2492 from YuJianfeng/master
2020-06-23 21:10:16 +08:00
mindspore-ci-bot ce9c68d8da !2505 [Code Reivew] fix code review content
Merge pull request !2505 from jjfeing/master
2020-06-23 21:08:35 +08:00
wilfChen 034d2ea2aa Gpu Adam Fusion 2020-06-23 20:40:45 +08:00
Wei Luning dcd5773f64 fix bug in quant deploy export 2020-06-23 20:34:44 +08:00
laiyongqiang eb37669e3b fix bug to remove reshape when reshape is depend's input 2020-06-23 20:25:54 +08:00
Wei Luning 8f56528f8c add flags on function 2020-06-23 20:22:07 +08:00
mindspore-ci-bot 0478b7d191 !2303 optimize LARS interface
Merge pull request !2303 from gziyan/modify_lars_interface
2020-06-23 20:05:47 +08:00
liuwenhao4 2f1cec7225 Fix some mistakes of TransData vm ops 2020-06-23 20:05:47 +08:00
mindspore-ci-bot 890e4cbf4a !2458 dont create hccl group in auto parallel strategy search
Merge pull request !2458 from yao_yf/log_fix
2020-06-23 19:24:48 +08:00
zhoufeng 09c50ee435 Graph kernel use control sink
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-06-23 19:14:39 +08:00
mindspore-ci-bot cc5a2408e6 !2491 add cpu kernel profiling log
Merge pull request !2491 from kisnwang/add-cpu-kernel-profiling
2020-06-23 19:01:14 +08:00
mindspore-ci-bot 8870956954 !2441 add fake quant test case for gpu
Merge pull request !2441 from chenzhongming/master
2020-06-23 18:57:21 +08:00
jjfeing 32442d6246 code review stage 2 2020-06-23 18:36:12 +08:00
mindspore-ci-bot 36b97f1de7 !2495 check control mode of control depend
Merge pull request !2495 from chenfei_mindspore/check-depend-mode-of-control-depend
2020-06-23 17:30:09 +08:00
mindspore-ci-bot ba44545023 !2206 support vm for lrn
Merge pull request !2206 from jiangjinsheng/vm_LRN
2020-06-23 17:02:35 +08:00
yao_yf ad06ab4049 dont create hccl group in auto parallel strategy search 2020-06-23 16:57:31 +08:00
Yi Huaijie 2eb739de6e change HostAllGather and HostReduceScatter to internal interface 2020-06-23 16:56:04 +08:00
mindspore-ci-bot 0958d5e328 !2430 fix bug of type cast
Merge pull request !2430 from liangzelang/dev
2020-06-23 16:29:09 +08:00
kswang dc29cfcbf7 add cpu profile time 2020-06-23 16:24:32 +08:00