Commit Graph

719 Commits

Author SHA1 Message Date
dengwentao 08968c2744 modify tvm build 2020-04-21 20:54:40 +08:00
mindspore-ci-bot 5519bce8ae !491 回退 'Pull Request !263 : optimize cmake for tvm '
Merge pull request !491 from lupengcheng/revert-merge-263-master
2020-04-20 17:20:55 +08:00
lupengcheng 4b2f546730 回退 'Pull Request !263 : optimize cmake for tvm ' 2020-04-20 17:14:47 +08:00
mindspore-ci-bot a55d8a144d !470 pynative support reducemean
Merge pull request !470 from JoyLvliang/pynative-support-reducemean
2020-04-20 17:07:52 +08:00
lvliang c6b2b0df1e pynative-support-reducemean 2020-04-20 16:30:08 +08:00
mindspore-ci-bot 57f6fa6439 !459 remove reshape operators pair
Merge pull request !459 from liubuyu/master
2020-04-20 16:21:58 +08:00
mindspore-ci-bot 3ba31ec15a !419 Tensor assign with bool Tensor
Merge pull request !419 from candanzg/tensor_assign_bool_index
2020-04-20 15:00:55 +08:00
mindspore-ci-bot b554a86832 !469 add comment for export lite model
Merge pull request !469 from yangjie159/add-comment-of-export-lite-model
2020-04-20 11:51:57 +08:00
mindspore-ci-bot 48f1541fa8 !453 fix doc/comments issues
Merge pull request !453 from 万万没想到/I1CEDO
2020-04-20 11:29:59 +08:00
mindspore-ci-bot 18580a7867 !261 Add summary module python code to extract histogram info from tensor
Merge pull request !261 from wenkai/histogram_dev3cp
2020-04-20 11:08:34 +08:00
mindspore-ci-bot 3822b4837f !340 Add a HistogramSummary ops to record tensor value
Merge pull request !340 from ougongchang/master
2020-04-20 10:54:04 +08:00
mindspore-ci-bot 15c8ef66ba !401 Add ops Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad\TopK for VM.
Merge pull request !401 from liuxiao/openresource
2020-04-20 10:16:43 +08:00
liubuyu 8c424785fb remove reshape pair 2020-04-20 09:23:18 +08:00
mindspore-ci-bot ae7556ffbc !468 Fix compile option --verbose
Merge pull request !468 from ZhouFeng/fix-compile-verbose
2020-04-20 09:03:50 +08:00
candanzg 3f087dba1a Tensor assign syntax:
1) A[B]=U
2) A[A>n]=U
    A.shape == B.shape
    U is a scalar or Tensor(size==1)
    B is Tensor(dtype=bool)
    n is a Number

Signed-off-by: candanzg <zhangshucheng@huawei.com>
2020-04-20 08:44:34 +08:00
yangjie159 7b5a31dc83 add comment for export lite model 2020-04-19 23:42:40 +08:00
zhoufeng c889320f4e fix cmake verbose 2020-04-19 12:14:46 +08:00
mindspore-ci-bot 3ad73b7d71 !463 !330 dataset: add take operation
Merge pull request !463 from ms_yan/take_op_merge
2020-04-19 10:05:24 +08:00
mindspore-ci-bot 663ae4d7c2 !462 fix dataset deepcopy failed while depipline referenced in the iterator
Merge pull request !462 from caojian05/mindspore_master_bugfix
2020-04-19 01:50:02 +08:00
mindspore-ci-bot 43cfd16e4e !444 gpu dynamic memory pool suppoerts multi-graph
Merge pull request !444 from limingqi107/master
2020-04-18 19:33:39 +08:00
mindspore-ci-bot 25b0a8c394 !457 Add comments for print and fix example
Merge pull request !457 from ghzl/add-comments-for-print-and-others
2020-04-18 18:35:44 +08:00
ms_yan f0c07c3fa6 Realize take op and add ut 2020-04-18 18:33:57 +08:00
caojian05 852039b726 fix dataset deepcopy failed while depipline referenced in the iterator 2020-04-18 18:24:06 +08:00
mindspore-ci-bot 71b63c3fcf !246 [opt pass] AdjustAllReduceMulAdd
Merge pull request !246 from vlne-v1/I1E3PI-opt-pass-adjust-allreduce-apply-weight-decy-seq
2020-04-18 18:17:01 +08:00
limingqi107 5e01b94ccd gpu dynamic memory pool suppoerts multi-graph 2020-04-18 18:15:52 +08:00
mindspore-ci-bot e69dff1548 !445 Remove list append in TimeMonitor callback
Merge pull request !445 from gengdongjie/master
2020-04-18 17:29:38 +08:00
mindspore-ci-bot 093c2caed4 !337 optimize execute order sort
Merge pull request !337 from kisnwang/optimize-execute-order-sort
2020-04-18 17:27:55 +08:00
mindspore-ci-bot 24fff5fe63 !449 Fix the error in example of mindspore.model
Merge pull request !449 from Simson/push-to-opensource
2020-04-18 17:14:24 +08:00
guohongzilong 08775a67e7 add print comment and fix some example 2020-04-18 17:13:22 +08:00
Wei Luning ea6958c50a add pattern AdjustAllReduceMulAdd 2020-04-18 17:00:55 +08:00
mindspore-ci-bot cfc81080ac !450 Fix segment bug on windows
Merge pull request !450 from xiefangqi/fix_segment_on_windows
2020-04-18 17:00:33 +08:00
mindspore-ci-bot ce8aec5ac8 !428 support customize network checkpoint
Merge pull request !428 from changzherui/cus_net_ckpt
2020-04-18 16:52:23 +08:00
mindspore-ci-bot 76c700fb35 !432 Support for patching and compiling sqlite on windows
Merge pull request !432 from ZhouFeng/windows-sqlite-patch
2020-04-18 16:52:00 +08:00
mindspore-ci-bot b418b18447 !443 add cpu one hot
Merge pull request !443 from kisnwang/add-cpu-onehot-new
2020-04-18 16:10:32 +08:00
万万没想到 8c1939f1b0 fix examples issues 2020-04-18 16:09:40 +08:00
mindspore-ci-bot c5f72b7811 !438 Fix ConfusionSoftmaxGrad Op has no attrs of the axis and keep_dims
Merge pull request !438 from huanghui/fix-confusion-softmax-grad-rule-pass
2020-04-18 16:02:54 +08:00
xiefangqi d4822137f3 fix segment bug on windows 2020-04-18 15:52:38 +08:00
simson 8a2a1eb310 fix the error in example of mindspore.model 2020-04-18 15:31:50 +08:00
mindspore-ci-bot d1b452cf3a !384 [MD] remove validation parameter in write_raw_data
Merge pull request !384 from liyong126/mindrecord_validation
2020-04-18 15:23:40 +08:00
mindspore-ci-bot aa54305268 !446 fix lars base class type
Merge pull request !446 from gziyan/fix_lars_base_class
2020-04-18 15:22:58 +08:00
liuxiao 5c9791a802 Add Abs\AbsGrad\Sign\SmoothL1Loss\SmoothL1LossGrad and modify TopKV2->TopK for VM 2020-04-18 15:21:44 +08:00
mindspore-ci-bot 0a9db34d5a !447 [MS]fix window building fail
Merge pull request !447 from chenjianping/fix-windows-bug
2020-04-18 15:12:46 +08:00
zhoufeng 638b119099 windows sqlite patch 2020-04-18 15:10:16 +08:00
mindspore-ci-bot b9b056f40d !399 Add Global Batch Normalization
Merge pull request !399 from JichenZhao/syncbn
2020-04-18 14:51:57 +08:00
mindspore-ci-bot 6c59093fe8 !427 Fix dataset api description
Merge pull request !427 from pengyanjun/fix_dataset_api_description
2020-04-18 14:50:23 +08:00
kswang 6775190e48 add cpu one hot 2020-04-18 14:44:03 +08:00
mindspore-ci-bot 59eb8aa053 !431 fix cell output issue in pynative mode
Merge pull request !431 from wangqiuliang/fix-cell-ouput-issue-in-pynative
2020-04-18 14:27:20 +08:00
mindspore-ci-bot d1da509b45 !263 optimize cmake for tvm
Merge pull request !263 from dengwentao/tvm
2020-04-18 14:25:51 +08:00
chang zherui 93e909594d checpoint support customize network 2020-04-18 14:25:15 +08:00
chenjianping 9773cf024d fix windows building fail 2020-04-18 06:22:23 +00:00