Commit Graph

5622 Commits

Author SHA1 Message Date
mindspore-ci-bot f6d7d97704 !3281 Fix some API description of ops.
Merge pull request !3281 from liuxiao93/fix-api-bug
2020-07-22 14:50:07 +08:00
mindspore-ci-bot ac993460bf !3288 delete useless code for all reduce
Merge pull request !3288 from yangzhenzhang/delete-useless-code
2020-07-22 14:49:51 +08:00
yao_yf 1d3a06a3b0 recover reshape ut 2020-07-22 14:30:12 +08:00
lirongzhen1 5d63c60135 add sparse feature test cases for auto parallel 2020-07-22 14:27:12 +08:00
Amir Lashkari 6f186aafa0 Update Python UA op, AutoContrast Op and UT
Updated Validators.py

Fixed UA UT

Fixed UA UT

Fixed PyLint Errors

Added aditional changes

remove old golden AutoContrast UT file

updated Autocontrast python UT

Added golden files

Fixed issue

fixed UT
2020-07-22 14:16:16 +08:00
WilliamLian f21167c971 clean codedex&&bot warning 2020-07-22 14:15:03 +08:00
mindspore-ci-bot d15b4c5d61 !3201 RoI Align GPU kernel
Merge pull request !3201 from JonathanY/main
2020-07-22 13:38:34 +08:00
mindspore-ci-bot 38a52a5b67 !3176 Add gpu support for ResizeNearestNeighbor
Merge pull request !3176 from 34bunny/GPU-ResizeNearestNeighbor
2020-07-22 13:38:11 +08:00
lvchangquan 25878e62d9 fix conv2d precision problem and conv2d runtime error. 2020-07-22 12:36:16 +08:00
mindspore-ci-bot 21783ce221 !3300 Optimize server code
Merge pull request !3300 from ZPaC/new-feature-of-ps
2020-07-22 12:35:28 +08:00
wangnan39@huawei.com 2b182633e9 delete annotation of decay filter in optimizers 2020-07-22 12:18:33 +08:00
lvliang 6f1d2768f8 Relax-the-threshold-of-pynative-resnet50-performance-st 2020-07-22 12:01:43 +08:00
gengdongjie 6ec499db72 mv warpctc to offcial/cv 2020-07-22 11:25:58 +08:00
Zirui Wu 40ea84ae81 fix from_file validator minor error, 1 line change
add test case
2020-07-21 23:17:26 -04:00
mindspore-ci-bot e09d50e4d6 !3287 change directory of YOLOv3-ResNet18 and SSD from model_zoo to model_zoo/official/cv
Merge pull request !3287 from chengxb7532/master
2020-07-22 11:16:25 +08:00
mindspore-ci-bot 8fc6d1d81f !3280 Update directory of yolov3-darknet53 and deepfm
Merge pull request !3280 from yangyongjie/master
2020-07-22 10:47:14 +08:00
mindspore-ci-bot b0095f63af !3264 Enable mem pool manage pynative and graph static mem
Merge pull request !3264 from JoyLvliang/enable-mem-pool-manage-pynative-and-graph-static-mem
2020-07-22 10:44:36 +08:00
cristoval c6262111ef add sparse lazy adam in ps 2020-07-22 10:44:27 +08:00
huanghui f1563d2d37 insert memcpy async if hccl op cascade 2020-07-22 10:43:38 +08:00
mindspore-ci-bot 48325dea3b !3308 fix clang format
Merge pull request !3308 from jjfeing/master
2020-07-22 10:42:23 +08:00
jjfeing 09ee646da0 fix clang format 2020-07-22 10:34:15 +08:00
yangzhenzhang e6cef98e95 delete useless code for allreduce 2020-07-22 10:13:19 +08:00
mindspore-ci-bot b13c7a3d48 !3268 refine GPU memory swap performance
Merge pull request !3268 from zyli2020/refine_gpu_mem_swap
2020-07-22 10:08:51 +08:00
jinyaohui 8bdba24c5f fix dataset iterator bug 2020-07-22 10:04:02 +08:00
liuxiao93 75c38a08a7 Fix bug about API of ops. 2020-07-22 09:49:42 +08:00
mindspore-ci-bot ca6756b5fe !3292 Move googlenet into ModelZoo official directory
Merge pull request !3292 from liyanliu96/liyan
2020-07-22 09:47:32 +08:00
mindspore-ci-bot 6ea74a3669 !3296 Fix collecting bert network name faild in MindInsight lineage.
Merge pull request !3296 from ougongchang/fix_lineage_bug
2020-07-22 09:40:38 +08:00
mindspore-ci-bot 6561303b13 !3302 Fix the cifar10 data processing issues for training and evaluating GoogLeNet
Merge pull request !3302 from dessyang/master
2020-07-22 09:22:03 +08:00
mindspore-ci-bot 5f10417b9f !3276 make gpu equal op support int32
Merge pull request !3276 from qujianwei/master
2020-07-22 09:19:11 +08:00
mindspore-ci-bot 6b9a61ea82 !3238 Clean codex
Merge pull request !3238 from caifubi/clean-codex
2020-07-22 09:16:33 +08:00
mindspore-ci-bot ee49ee71ae !3275 add enable_parameter_server flag
Merge pull request !3275 from jinyaohui/master
2020-07-22 09:12:16 +08:00
mindspore-ci-bot 5100ac5fd4 !3297 check model_zoo II
Merge pull request !3297 from panfengfeng/check_model_zoo_II
2020-07-22 09:11:14 +08:00
mindspore-ci-bot b667193f8b !3260 check tbe kernel property in kernel select process
Merge pull request !3260 from jjfeing/master
2020-07-22 09:10:37 +08:00
mindspore-ci-bot 0b21dd0fa2 !3214 Enable NCCL operation by group
Merge pull request !3214 from ZPaC/enable-nccl-operation-by-group
2020-07-22 09:08:18 +08:00
mindspore-ci-bot 1823cc06c3 !3269 fix bert scripts to adapt the new concept of repeat_count in minddata
Merge pull request !3269 from chenhaozhe/fix-bert
2020-07-22 09:05:18 +08:00
linqingke a41337dab5 mass and fasterrcnn path change. 2020-07-22 09:02:20 +08:00
Jonathan Yan 661b993475 roi align v1 2020-07-21 20:15:49 -04:00
dessyang 0c1761322f Add the necessary rescale op and the option of not shuffling validation data 2020-07-21 16:44:40 -04:00
mindspore-ci-bot 568e75fdd3 !3256 Zip C API
Merge pull request !3256 from MahdiRahmaniHanzaki/zip-c-api
2020-07-22 04:01:51 +08:00
ZPaC 0bc74f28c5 Enable get rank id and size by group 2020-07-21 23:49:52 +08:00
panfengfeng 569fdd1037 check model_zoo again 2020-07-21 23:46:17 +08:00
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