Commit Graph

3697 Commits

Author SHA1 Message Date
mindspore-ci-bot cef901fe0d !2069 Fix input value check for Momentum, SparseApplyFtrl and SparseApplyAdagrad.
Merge pull request !2069 from liuxiao/fix-input-value-check-for-SparseApplyFtrl-and-SparseApplyAdaGrad
2020-06-17 16:37:18 +08:00
mindspore-ci-bot fc74606211 !2214 Fix some tiny mistakes of InplaceAdd and InplaceSub vm ops
Merge pull request !2214 from liuwenhao/master
2020-06-17 16:20:34 +08:00
mindspore-ci-bot cf9f88183c !2201 Add save&load ckpt path for distribution training
Merge pull request !2201 from chenweifeng/gpu_bert
2020-06-17 16:19:58 +08:00
mindspore-ci-bot 445122f520 !2208 [CT][MS][Function][heterogeneous] ApplyMomentum not support add primitive to CPU
Merge pull request !2208 from sunsuodong/review
2020-06-17 15:47:42 +08:00
mindspore-ci-bot c09bcbe9bd !2152 Fix two issues of having too many processes and no attribute of '_closed'
Merge pull request !2152 from 李鸿章/fix_issues
2020-06-17 15:46:56 +08:00
mindspore-ci-bot 08a496d073 !1276 Callbacks as context managers
Merge pull request !1276 from 李鸿章/context_manager
2020-06-17 15:41:13 +08:00
mindspore-ci-bot 8cb3859bdf !2213 fix static check
Merge pull request !2213 from xianwz/static-check-fix
2020-06-17 15:33:58 +08:00
mindspore-ci-bot b9e59f9de4 !2154 fix profiling core dump when start profiling many times
Merge pull request !2154 from caifubi/fix-profiling-core-dump
2020-06-17 14:52:06 +08:00
liuwenhao4 a743f5b109 add InplaceAddD and InplaceSubD vm ops 2020-06-17 14:43:47 +08:00
Xian Weizhao ec333c92d0 fix static check 2020-06-17 14:10:16 +08:00
mindspore-ci-bot 7038df8b99 !2159 add virtualDatasetCell in eval
Merge pull request !2159 from yao_yf/add_virtualdataset_in_eval
2020-06-17 14:08:56 +08:00
李鸿章 ee438aaf4a callback as context manager 2020-06-17 14:07:52 +08:00
liuxiao df63a3195d fix input value check for SparseApplyFtrl and SparseApplyAdagrad 2020-06-17 13:05:09 +08:00
sunsuodong 618b734eda applymomentum 2020-06-17 12:12:44 +08:00
mindspore-ci-bot ea37dc76f0 !2144 move vgg16/lstm script to model_zoo
Merge pull request !2144 from caojian05/ms_master_dev
2020-06-17 11:37:19 +08:00
mindspore-ci-bot bb622877e8 !2167 Add a callback module to avoid the size of the callback.py file too large
Merge pull request !2167 from ougongchang/adjust_callback
2020-06-17 11:25:19 +08:00
wilfChen 9d74cfd312 Add load&save ckpt path for distribute training 2020-06-17 11:24:18 +08:00
mindspore-ci-bot 6e7a38ac67 !2190 fix error in the example of SparseApplyLazyAdam
Merge pull request !2190 from wangnan39/modify_annotations_of_sparse_adam
2020-06-17 10:39:12 +08:00
mindspore-ci-bot 233fdb26f4 !2181 add quant utils
Merge pull request !2181 from chenzhongming/quant_utils
2020-06-17 10:26:38 +08:00
mindspore-ci-bot ca94916ef9 !2184 CocoDataset add category_id check
Merge pull request !2184 from xiefangqi/xfq_fix_coco_issue
2020-06-17 10:06:41 +08:00
ougongchang 1ffa37ffbc Add a callback module to avoid the size of the callback.py file to large 2020-06-17 09:54:58 +08:00
mindspore-ci-bot 8711ab5028 !2155 Optimized ApplyTransform function
Merge pull request !2155 from Kang/optimization
2020-06-17 09:47:09 +08:00
chenzomi 70f499ba7e add quant utils 2020-06-17 09:46:36 +08:00
mindspore-ci-bot 4291ea82cf !2024 Add MixedPrecisionCast for Dict
Merge pull request !2024 from Kang/master
2020-06-17 09:41:52 +08:00
wangnan39@huawei.com 675fe52042 fix error in the example of SparseApplyLazyAdam 2020-06-17 09:28:17 +08:00
mindspore-ci-bot 17c3148ff8 !1923 optimize summary support cpu code
Merge pull request !1923 from wenkai/wk1_cpu_summary_opt_0609
2020-06-17 09:10:13 +08:00
mindspore-ci-bot 625f2421b5 !1977 random walk in gnn node2vec
Merge pull request !1977 from JonathanY/randomwalk
2020-06-17 03:22:21 +08:00
mindspore-ci-bot a1f194c971 !2188 Remove B+ tree deadcode and add an additional output to Search function
Merge pull request !2188 from JesseKLee/deadcode
2020-06-17 01:53:01 +08:00
mindspore-ci-bot 3adbde56b2 !2162 SliceOp
Merge pull request !2162 from h.farahat/slice_op
2020-06-17 01:22:47 +08:00
mindspore-ci-bot 898b2fdecd !2187 Fix comment display issues in BuildVocabDataset
Merge pull request !2187 from ZiruiWu/vocab_rework
2020-06-17 00:51:37 +08:00
Jesse Lee 287ca71260 Remove dead code 2020-06-16 11:46:30 -04:00
Zirui Wu 2794883644 fix selected minor issues
fix review comments
2020-06-16 11:07:49 -04:00
mindspore-ci-bot 3ccbafe71d !2062 [MD] add splitOP in minddataset
Merge pull request !2062 from liyong126/minddataset_split
2020-06-16 22:40:05 +08:00
mindspore-ci-bot 792d1a444c !1899 add resnet50_imagenet 8p st
Merge pull request !1899 from zhaoting/ResNet50_st
2020-06-16 22:09:42 +08:00
zhaoting 429c88a462 add resnet50 imagenet st 2020-06-16 22:04:24 +08:00
mindspore-ci-bot 0b7d4855dd !2168 Chage combined quant to nn.quant
Merge pull request !2168 from chenzhongming/combined
2020-06-16 21:59:53 +08:00
mindspore-ci-bot c753f020d4 !2178 handle the case which child_graph is nullptr
Merge pull request !2178 from Margaret_wangrui/ascend_summary_nodes
2020-06-16 21:53:07 +08:00
xiefangqi aab190fcdb CocoDataset add category_id validation 2020-06-16 21:37:22 +08:00
mindspore-ci-bot 4d34e49e8f !2097 review gpu quant code
Merge pull request !2097 from chenzhongming/master
2020-06-16 21:09:49 +08:00
chenzomi 4878616e43 change combined to nn 2020-06-16 21:07:01 +08:00
mindspore-ci-bot b747486e52 !2174 fix cpu reshape bug
Merge pull request !2174 from kisnwang/fix-cpu-reshape-bug
2020-06-16 20:59:54 +08:00
mindspore-ci-bot 058bcec347 !2173 gpu memreuse supports summary node
Merge pull request !2173 from limingqi107/gpu_memreuse_support_summary_node
2020-06-16 20:58:58 +08:00
mindspore-ci-bot 4485e0b55c !2119 Add gat to model zoo
Merge pull request !2119 from zhangdengcheng/master
2020-06-16 20:38:57 +08:00
mindspore-ci-bot 8903b50042 !2153 Add transdata for output node in pynative hook mode
Merge pull request !2153 from JoyLvliang/pynative-insert-transdata-for-hook-mode
2020-06-16 20:20:13 +08:00
liyong d4f8f57c7e add split in minddataset 2020-06-16 19:50:41 +08:00
mindspore-ci-bot 6089d58d8d !2171 ssim input shape h and w should be greater than or equal to filter_size
Merge pull request !2171 from zhaozhenlong/fix-issues-quant-not-exposed-ssim-ksize-check
2020-06-16 18:53:45 +08:00
mindspore-ci-bot 6ff3a6dcff !2175 move AscendQuant and AscendDequant to inner_ops.py
Merge pull request !2175 from zhaozhenlong/fix-issues-ascend-quant-move-to-inner-ops
2020-06-16 18:53:02 +08:00
mindspore-ci-bot 5c8acc96b4 !2165 Add image.CentralCrop.
Merge pull request !2165 from liuxiao/central_crop
2020-06-16 17:35:24 +08:00
zhaozhenlong ea681bfb0f fix ssim filter size check 2020-06-16 17:32:35 +08:00
zhaozhenlong dbfb4f057c move AscendQuant AscendDequant to inner_ops.py 2020-06-16 17:25:26 +08:00