Commit Graph

4345 Commits

Author SHA1 Message Date
mindspore-ci-bot 97c70ab655 !2558 fix atomic clean when output or workspace empty
Merge pull request !2558 from jjfeing/master
2020-06-24 17:35:49 +08:00
mindspore-ci-bot 0d9c593ab5 !2551 dataset: repair bug in GetTensor that access NullPtr
Merge pull request !2551 from ms_yan/GetTensor_repair
2020-06-24 17:25:56 +08:00
mindspore-ci-bot fa7bc1bd58 !2572 add ENABLE_GE
Merge pull request !2572 from jinyaohui/backend_master
2020-06-24 17:22:05 +08:00
guohongzilong 90639a2a44 fix params KeyError in group params 2020-06-24 17:18:13 +08:00
jinyaohui 0332e4a854 add ENABLE_GE 2020-06-24 17:11:37 +08:00
mindspore-ci-bot 927278be44 !2552 check whether mpi instance is null
Merge pull request !2552 from chenjianping/host_reduce
2020-06-24 17:03:51 +08:00
mindspore-ci-bot b1647976ea !2445 fix print file bug
Merge pull request !2445 from jinyaohui/print
2020-06-24 16:56:11 +08:00
hongxing 1767c6386d fix cppcheck error 2020-06-24 10:52:23 +02:00
Xian Weizhao 6d491b9073 relax the exception of control depend on value node 2020-06-24 16:51:41 +08:00
kingfo 078738adc5 add tensor mod & floordiv operation 2020-06-24 16:47:23 +08:00
liuwenhao4 22eeabdc5f Fix some mistakes of ArgMaxWithValue vm ops 2020-06-24 16:11:15 +08:00
mindspore-ci-bot af2ebca023 !2559 Fix some mistakes of ApplyCenteredRMSProp, aSinh and Sinh vm ops
Merge pull request !2559 from liuwenhao/rms
2020-06-24 15:44:43 +08:00
mindspore-ci-bot 06e0ac3bc2 !2541 fix changefilemod print
Merge pull request !2541 from leopz/master
2020-06-24 15:24:18 +08:00
jinyaohui 8ddf77a470 fix bug 2020-06-24 15:22:03 +08:00
huangdongrun 9d3c9c69fe modify map to C.Map() 2020-06-24 15:07:33 +08:00
ms_yan e829535a86 change GetTensor into GetRow to avoid NullPtr 2020-06-24 15:07:32 +08:00
mindspore-ci-bot cf0eca5608 !2549 add wide&deep stanalone training script for gpu in model zoo
Merge pull request !2549 from zyli2020/add_model_script_of_wide_deep_for_gpu
2020-06-24 15:00:45 +08:00
lizhenyu 71ffd22a02 add wide&deep stanalone training script for gpu in model zoo 2020-06-24 14:55:28 +08:00
mindspore-ci-bot 7345d7471b !2530 [CT][ME][parallel] One-hot runs failed in RP-search mode
Merge pull request !2530 from Chong/zc
2020-06-24 14:47:15 +08:00
mindspore-ci-bot 9dfa6155e3 !2497 [AutoParallel]Fix_Hccl_to_support_big_tensor
Merge pull request !2497 from lichen/fix_hccl_to_support_big_tensor
2020-06-24 14:46:36 +08:00
chenjianping c9f4889d1b check mpi_adapter instance 2020-06-24 14:41:20 +08:00
mindspore-ci-bot a9dac909d9 !2535 Fix pynative indexing
Merge pull request !2535 from amongo/FixPynativeTensorIndexing
2020-06-24 14:41:11 +08:00
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
jjfeing 6918943f4d fix atomic clean when output or workspace empty 2020-06-24 14:19:36 +08:00
caojian05 8e2bb7a85c fix accurancy lower then 92 2020-06-24 14:08:16 +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
liuwenhao4 8ce081801a Fix some mistakes of ApplyCenteredRMSProp, aSinh and Sinh vm ops 2020-06-24 12:36:17 +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
huangdongrun bc0455eaff * fix bool index
* change slice setitem to mixed procedure
* add testcase for slice assignment
2020-06-24 11:18:20 +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
buxue 3d116adda4 Remove the comment for the example 2020-06-24 11:05:30 +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
leopz f9c3023e94 fix changefilemod print 2020-06-24 10:21:19 +08:00
geekun 947a93c864 fix infer value bug 2020-06-24 09:53:51 +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