mindspore-ci-bot
|
0565e4641e
|
!185 modify comment about normal mode
Merge pull request !185 from jinyaohui/master
|
2020-04-09 14:24:28 +08:00 |
mindspore-ci-bot
|
af3484baaf
|
!184 Correct dataset error checking
Merge pull request !184 from cathwong/ckw_dataset_error_fixes
|
2020-04-09 14:23:33 +08:00 |
mindspore-ci-bot
|
2e6e94b2b6
|
!177 prelu operator support parallel on the channel
Merge pull request !177 from yao_yf/fix_auto_parallel_prelu
|
2020-04-09 14:08:41 +08:00 |
mindspore-ci-bot
|
03ba579d4f
|
!145 Distinguish package name according to hardware platform in build.sh
Merge pull request !145 from ZhouFeng/package-name
|
2020-04-09 12:01:24 +08:00 |
mindspore-ci-bot
|
bcd25af0df
|
!144 Compile command supports "-z" (minddata) and "-M on" (gpu) by default in build.sh
Merge pull request !144 from ZhouFeng/default-build-command
|
2020-04-09 12:00:14 +08:00 |
mindspore-ci-bot
|
31efc8b088
|
!172 add mem manager
Merge pull request !172 from kisnwang/add-resource-manager
|
2020-04-09 11:36:33 +08:00 |
zhoufeng
|
f385f2a48b
|
default build command
"-z" (minddata) and "-M on" (gpu) by default in build.sh
|
2020-04-09 10:50:22 +08:00 |
mindspore-ci-bot
|
086edc133f
|
!65 fix bug of global variable initialization order is not guaranteed during compilation
Merge pull request !65 from mxm/for_prim_map_init
|
2020-04-09 10:19:50 +08:00 |
zhousiyi
|
99f22c5b85
|
fix children issue: missing users of the children's direct users.
|
2020-04-09 02:18:55 +00:00 |
kswang
|
fb343bd607
|
add mem manager
|
2020-04-09 10:05:45 +08:00 |
jinyaohui
|
0790ef8a85
|
modify comment
|
2020-04-09 09:23:39 +08:00 |
mindspore-ci-bot
|
cc75cb357c
|
!168 remove mindspore::make_unique and make_unique.h
Merge pull request !168 from Alexey_Shevlyakov/remove_mindspore_make_unique
|
2020-04-09 05:32:52 +08:00 |
mindspore-ci-bot
|
bd7ac259af
|
!147 Parallelize mindrecord index writer via std::thread
Merge pull request !147 from ZiruiWu/master
|
2020-04-09 05:31:44 +08:00 |
Cathy Wong
|
917aa02e2a
|
Correct dataset error checking
|
2020-04-08 16:36:06 -04:00 |
mindspore-ci-bot
|
3e36982314
|
!99 Develop op MaxPoolWithArgMax
Merge pull request !99 from zhangbuxue/Dock_MaxPoolWithArgMax
|
2020-04-08 22:40:00 +08:00 |
Zirui Wu
|
5637f80692
|
implemented multi-thread index writer for mindrecord
num threads cannot be more than num shards
minor fix
clang style fix
address review comments
|
2020-04-08 10:03:19 -04:00 |
mindspore-ci-bot
|
68f804255f
|
!174 enhance: the error info is not detail when the column list is invalid by MindDataset
Merge pull request !174 from guozhijian/fix_false_error_info
|
2020-04-08 21:52:00 +08:00 |
mindspore-ci-bot
|
b35046f559
|
!173 modify image analysis capabilities comments
Merge pull request !173 from anzhengqi/modify-obsolete-comments
|
2020-04-08 21:38:01 +08:00 |
mindspore-ci-bot
|
40d4a4baa3
|
!20 modify _set_dataset_mode_config api param
Merge pull request !20 from jinyaohui/master
|
2020-04-08 20:58:26 +08:00 |
mindspore-ci-bot
|
fd7d75aea3
|
!143 Adapting ops Stack and Unsatck in ME
Merge pull request !143 from liuxiao/temp
|
2020-04-08 20:56:33 +08:00 |
buxue
|
7541d3b067
|
Develop op MaxPoolWithArgMax
|
2020-04-08 20:47:49 +08:00 |
yao_yf
|
b5e3fa9593
|
fix auto parallel prelu
|
2020-04-08 20:45:08 +08:00 |
mindspore-ci-bot
|
3f5136302a
|
!149 Use TFRecordDataset instead of StorageDataset in Bert model integration test and add absolute position embedding code in bert model
Merge pull request !149 from yoonlee666/master
|
2020-04-08 20:28:06 +08:00 |
mindspore-ci-bot
|
a748b668d8
|
!179 Unified tensor and mindspore.type
Merge pull request !179 from ghzl/improve-example-in-me-front
|
2020-04-08 20:06:15 +08:00 |
mindspore-ci-bot
|
b6d74f862e
|
!178 fix compile error
Merge pull request !178 from Simson/rebuild-graph-before-RunGraph
|
2020-04-08 19:42:39 +08:00 |
jinyaohui
|
ac62faa388
|
modify set_dataset_mode_config api param
|
2020-04-08 18:30:36 +08:00 |
guohongzilong
|
e17e086186
|
unified tensor and mindspore.type
|
2020-04-08 18:00:33 +08:00 |
simson
|
a8bc8bfecb
|
fix compile error
|
2020-04-08 17:48:42 +08:00 |
liuxiao
|
47d903ff57
|
Add pack and unpack
|
2020-04-08 16:58:53 +08:00 |
mindspore-ci-bot
|
dd9a5a385a
|
!175 Rebuild graph before RunGraph if needed
Merge pull request !175 from Simson/rebuild-graph-before-RunGraph
|
2020-04-08 16:58:38 +08:00 |
mindspore-ci-bot
|
2eb71103f9
|
!82 profiling feature enhancement
Merge pull request !82 from caifubi/dev-profiling
|
2020-04-08 16:22:35 +08:00 |
simson
|
ee5b406b37
|
rebuild graph before rungraph if needed
|
2020-04-08 16:20:46 +08:00 |
mindspore-ci-bot
|
22516d3e08
|
!156 [Auto parallel] Separate memory_cost and computation_cost in cost model
Merge pull request !156 from Xiaoda/implementing-memory-calculation-in-auto-parallel
|
2020-04-08 16:11:49 +08:00 |
jonyguo
|
20d1b64443
|
fix: error info is not exactly when column list invalid
|
2020-04-08 16:11:13 +08:00 |
mindspore-ci-bot
|
606310d9c3
|
!166 Enable auto-mixed-precision in GeInitialize
Merge pull request !166 from chenhaozhe/pass-auto-mixed-precision-flag
|
2020-04-08 15:43:26 +08:00 |
jojobugfree
|
effdb483d6
|
profiling feature enhancement
|
2020-04-08 15:12:06 +08:00 |
anzhengqi
|
fb4e84c0ee
|
modify part of comments
|
2020-04-08 14:56:13 +08:00 |
mindspore-ci-bot
|
e6ea09082c
|
!153 add api image_gradients
Merge pull request !153 from zhaozhenlong/cell/image_gradients
|
2020-04-08 14:55:48 +08:00 |
yoonlee666
|
c5bfbc3556
|
use TFRecordDataset in bert ci script and add absolute position embedding code in bert model
|
2020-04-08 14:31:18 +08:00 |
mindspore-ci-bot
|
9930b18508
|
!165 Use mindspore. instead of mstype. in example
Merge pull request !165 from ghzl/use-mindspore-instead-of-mstype-in-example
|
2020-04-08 14:11:11 +08:00 |
Xiaoda Zhang
|
a153fad874
|
This commit is to separate the computation cost and memory cost in auto_parallel. Some related memory correction is removed.
|
2020-04-08 11:52:19 +08:00 |
zhaozhenlong
|
f9d180d413
|
add api image gradients
|
2020-04-08 11:50:22 +08:00 |
chenhaozhe
|
d88dbbb138
|
pass auto mixed precision flag to ge init options
|
2020-04-08 11:43:46 +08:00 |
mindspore-ci-bot
|
0d838c7c9b
|
!161 Edit loss_scale to fit GPU
Merge pull request !161 from VectorSL/master
|
2020-04-08 10:35:31 +08:00 |
mindspore-ci-bot
|
a24297f547
|
!122 Support to config whether to save integeated checkpoint, in auto model parallel scene
Merge pull request !122 from WeibiaoYu/master
|
2020-04-08 09:42:59 +08:00 |
zhoufeng
|
27e49d1415
|
Distinguish package name according to hardware platform
|
2020-04-08 09:26:43 +08:00 |
VectorSL
|
d0c24fb706
|
update lossscale for gpu
|
2020-04-08 08:57:40 +08:00 |
mindspore-ci-bot
|
993e69c76e
|
!139 remove ENABLE_MINDRECORD flag
Merge pull request !139 from jonathan_yan/DLTJ
|
2020-04-08 08:19:32 +08:00 |
Jonathan Yan
|
243120bfa3
|
Merge branch 'DLTJ' of https://gitee.com/jonwe/ms_incubator into DLTJ
|
2020-04-07 14:58:30 -04:00 |
Jonathan Yan
|
9d0fde29f4
|
remove ENABLE_MINDRECORD flag
|
2020-04-07 14:55:45 -04:00 |