mindspore-ci-bot
ade60ad3d3
!3298 modify model_zoo code
...
Merge pull request !3298 from changzherui/mod_zoo_code
2020-07-21 23:30:52 +08:00
changzherui
e300aa8342
modify zoo transformer for train
2020-07-21 23:12:38 +08:00
chengxianbin
8fc545d40b
change directory of YOLOv3-ResNet18 and SSD from model_zoo to model_zoo/official/cv
2020-07-21 22:44:56 +08:00
Mahdi
91b4d90716
Added ZipOp
2020-07-21 10:24:38 -04:00
TFbunny
de28cdc71c
add GPU support to ResizeNearestNeighbor
2020-07-21 10:20:07 -04:00
mindspore-ci-bot
679f5e186a
!3251 Add trainable_parameters interface and fix some bug
...
Merge pull request !3251 from zyhStack/zyh_profiler_2
2020-07-21 22:15:58 +08:00
ougongchang
336fca14bc
Fix collecting bert network name faild in MindInsight lineage.
...
1. collect the origin network in model, and set it to cb_params
2. collect the origin network name in SummaryCollector
3. Update the SummaryCollector API Doc
2020-07-21 22:14:29 +08:00
mindspore-ci-bot
8da91ca3cf
!3237 support call the parent class function
...
Merge pull request !3237 from zhangbuxue/support_call_the_parent_class_construct_function
2020-07-21 22:13:04 +08:00
mindspore-ci-bot
6d6d2954f0
!3274 Use white list to control pslite compilation
...
Merge pull request !3274 from ZPaC/fix-compile-error-with-cpu
2020-07-21 22:02:04 +08:00
mindspore-ci-bot
cb67447651
!3248 Alarm modification
...
Merge pull request !3248 from shenwei41/sw_master
2020-07-21 21:57:26 +08:00
chenhaozhe
6fdf380923
fix bert scripts to adapt the new concept of repeatcount in minddata
2020-07-21 21:57:05 +08:00
mindspore-ci-bot
c451146b14
!3255 Added cpp Equalize op to vision api
...
Merge pull request !3255 from alashkari/cpp_ops
2020-07-21 21:56:41 +08:00
liyanliu
3c27503f35
move googlenet into official dir
2020-07-21 21:56:10 +08:00
mindspore-ci-bot
925172664b
!3230 add bprop for sparse_tensor
...
Merge pull request !3230 from riemann_penn/add_bprop_for_sparse_tensor
2020-07-21 21:47:53 +08:00
mindspore-ci-bot
84d36a71ec
!3128 deal with maketuple nodes properly when splits graphs
...
Merge pull request !3128 from Etone.Chan/July
2020-07-21 21:38:40 +08:00
jjfeing
0d5f1fba60
check tbe kernel property in kernel select process
2020-07-21 21:38:24 +08:00
lizhenyu
c67e562373
refine GPU memory swap performance
2020-07-21 21:37:54 +08:00
mindspore-ci-bot
69a10fcb4b
!3219 serving add acl support, extract common inference interface
...
Merge pull request !3219 from 徐永飞/master
2020-07-21 21:31:35 +08:00
Zhang Qinghua
7b69565d91
Move abstract function to core abstract folder.
2020-07-21 21:25:32 +08:00
lvliang
0cd80b465c
enable-mem-pool-manage-pynative-and-graph-static-mem
2020-07-21 21:16:13 +08:00
jinyaohui
1641df4c63
add enable_parameter_server flag
2020-07-21 21:11:16 +08:00
mindspore-ci-bot
1deaa40938
!3279 fix bug with use trans_data to reduce print time
...
Merge pull request !3279 from lvchangquan/master
2020-07-21 21:02:47 +08:00
mindspore-ci-bot
9571fab13f
!3199 Limit Summary of exhausting the disk by `collect_tensor_freq` and `max_file_size`
...
Merge pull request !3199 from LiHongzhang/limit_summary
2020-07-21 21:00:36 +08:00
mindspore-ci-bot
cf4353f728
!3220 Add random normal op at MindSpore front-end
...
Merge pull request !3220 from peixu_ren/custom_gpu
2020-07-21 20:33:52 +08:00
ZPaC
8ff1a9ab47
Use white list to control pslite compilation
2020-07-21 20:29:22 +08:00
mindspore-ci-bot
37cc6e2628
!3175 add ScatterNdAdd ScatterNdSub ScatterNonAliasingAdd ops
...
Merge pull request !3175 from fangzehua/scatter_add_vm
2020-07-21 20:26:07 +08:00
mindspore-ci-bot
28c8a5cc26
!3267 Fix performance issue for wide&deep
...
Merge pull request !3267 from mamba_ni/master
2020-07-21 19:40:47 +08:00
panyifeng
4d4e23fd9e
Add bprop for sparse_tensor
2020-07-21 19:40:35 +08:00
mindspore-ci-bot
abcee8e586
!3283 change directory of GCN and GAT from model_zoo to model_zoo/official/gnn
...
Merge pull request !3283 from chentingting/change_gnn_dir2
2020-07-21 19:38:59 +08:00
lvchangquan
a91f076e67
fix bug with use trans_data to reduce print time in graph mode
2020-07-21 19:26:28 +08:00
mindspore-ci-bot
5efc506eb2
!2764 Support Tuple/List nest and other features in binary model
...
Merge pull request !2764 from leopz/fix_shape
2020-07-21 19:17:35 +08:00
etone-chan
a0aa25a684
modify target of maketuple nodes
2020-07-21 18:36:37 +08:00
mindspore-ci-bot
7bb6663a9c
!3141 Add incremental feature for ps
...
Merge pull request !3141 from ZPaC/incremental-feature-for-ps
2020-07-21 18:33:53 +08:00
chentingting
8e8a197364
change gnn dir
2020-07-21 18:28:19 +08:00
zongha
226dbde481
fix bug for wide&deep
...
fix bug
2020-07-21 18:20:22 +08:00
yangyongjie
93d37b11f2
update the directory of YoloV3-DarkNet53 and deepfm
2020-07-21 17:51:25 +08:00
changzherui
d37398cd4b
save slice tensor
2020-07-21 17:49:22 +08:00
mindspore-ci-bot
93323e1e2e
!3277 change directory of GCN and GAT from model_zoo to model_zoo/official/gnn
...
Merge pull request !3277 from chentingting/change_gnn_dir
2020-07-21 17:40:24 +08:00
mindspore-ci-bot
38876abaa3
!3224 move the resnet from model_zoo to model_zoo/offical/cv
...
Merge pull request !3224 from guoqi/master
2020-07-21 17:38:43 +08:00
mindspore-ci-bot
7bb7328d1d
!3233 change lenet and alexnet dir
...
Merge pull request !3233 from wukesong/ori_master
2020-07-21 17:37:47 +08:00
chentingting
f033caa7f0
change gnn path
2020-07-21 17:35:55 +08:00
mindspore-ci-bot
240c8c0664
!2967 Optimize ControlDepend for heterogeneous_execution
...
Merge pull request !2967 from huanghui/heterogeneous-backend-control-depend-optimize
2020-07-21 17:34:45 +08:00
mindspore-ci-bot
2d1ad06439
!3261 fix model zoo of get daatset size
...
Merge pull request !3261 from panfengfeng/fix_model_zoo_of_get_dataset_size
2020-07-21 17:18:52 +08:00
xuyongfei
314208633b
serving add acl support, extract common inference interface
2020-07-21 17:16:38 +08:00
qujianwei
7479fb24a0
make gpu equal op support int32
2020-07-21 17:02:12 +08:00
mindspore-ci-bot
b50a0d1a08
!3232 fix connector throughput value is negative
...
Merge pull request !3232 from yanghaitao/yht_profiling_throughtout
2020-07-21 17:00:09 +08:00
ZPaC
61551b85d8
incremental feature for ps
2020-07-21 16:43:24 +08:00
buxue
073507a5e0
support call the parent class function
2020-07-21 16:38:11 +08:00
caifubi
e870c3a717
clean codex
2020-07-21 16:01:01 +08:00
mindspore-ci-bot
6d7e352524
!3262 change centercrop size
...
Merge pull request !3262 from panfengfeng/change_centercrop_size
2020-07-21 15:58:17 +08:00