mindspore-ci-bot
ca6da6751f
!3218 Move mass and fasterrcnn to new model zoo directory.
...
Merge pull request !3218 from linqingke/mass
5 years ago
mindspore-ci-bot
de14b851e1
!3310 move deeplabv3 and resnext50 from model_zoo to model_zoo/official/cv
...
Merge pull request !3310 from z00378171/master
5 years ago
zhouyaqiang
4f9b79f5d1
move deeplabv3 and resnext50 from model_zoo to model_zoo/official/cv
5 years ago
mindspore-ci-bot
2eefb94fee
!3312 Relax the threshold of pynative resnet50 performance st
...
Merge pull request !3312 from JoyLvliang/Relax-the-threshold-of-pynative-resnet50-performance-st
5 years ago
mindspore-ci-bot
4cdc404805
!3286 fix conv2d precision problem and conv2d runtime error
...
Merge pull request !3286 from lvchangquan/transdata
5 years ago
mindspore-ci-bot
f6d7d97704
!3281 Fix some API description of ops.
...
Merge pull request !3281 from liuxiao93/fix-api-bug
5 years ago
mindspore-ci-bot
ac993460bf
!3288 delete useless code for all reduce
...
Merge pull request !3288 from yangzhenzhang/delete-useless-code
5 years ago
mindspore-ci-bot
d15b4c5d61
!3201 RoI Align GPU kernel
...
Merge pull request !3201 from JonathanY/main
5 years ago
mindspore-ci-bot
38a52a5b67
!3176 Add gpu support for ResizeNearestNeighbor
...
Merge pull request !3176 from 34bunny/GPU-ResizeNearestNeighbor
5 years ago
lvchangquan
25878e62d9
fix conv2d precision problem and conv2d runtime error.
5 years ago
mindspore-ci-bot
21783ce221
!3300 Optimize server code
...
Merge pull request !3300 from ZPaC/new-feature-of-ps
5 years ago
lvliang
6f1d2768f8
Relax-the-threshold-of-pynative-resnet50-performance-st
5 years ago
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
5 years ago
mindspore-ci-bot
8fc6d1d81f
!3280 Update directory of yolov3-darknet53 and deepfm
...
Merge pull request !3280 from yangyongjie/master
5 years ago
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
5 years ago
cristoval
c6262111ef
add sparse lazy adam in ps
5 years ago
mindspore-ci-bot
48325dea3b
!3308 fix clang format
...
Merge pull request !3308 from jjfeing/master
5 years ago
jjfeing
09ee646da0
fix clang format
5 years ago
yangzhenzhang
e6cef98e95
delete useless code for allreduce
5 years ago
mindspore-ci-bot
b13c7a3d48
!3268 refine GPU memory swap performance
...
Merge pull request !3268 from zyli2020/refine_gpu_mem_swap
5 years ago
liuxiao93
75c38a08a7
Fix bug about API of ops.
5 years ago
mindspore-ci-bot
ca6756b5fe
!3292 Move googlenet into ModelZoo official directory
...
Merge pull request !3292 from liyanliu96/liyan
5 years ago
mindspore-ci-bot
6ea74a3669
!3296 Fix collecting bert network name faild in MindInsight lineage.
...
Merge pull request !3296 from ougongchang/fix_lineage_bug
5 years ago
mindspore-ci-bot
6561303b13
!3302 Fix the cifar10 data processing issues for training and evaluating GoogLeNet
...
Merge pull request !3302 from dessyang/master
5 years ago
mindspore-ci-bot
5f10417b9f
!3276 make gpu equal op support int32
...
Merge pull request !3276 from qujianwei/master
5 years ago
mindspore-ci-bot
6b9a61ea82
!3238 Clean codex
...
Merge pull request !3238 from caifubi/clean-codex
5 years ago
mindspore-ci-bot
ee49ee71ae
!3275 add enable_parameter_server flag
...
Merge pull request !3275 from jinyaohui/master
5 years ago
mindspore-ci-bot
5100ac5fd4
!3297 check model_zoo II
...
Merge pull request !3297 from panfengfeng/check_model_zoo_II
5 years ago
mindspore-ci-bot
b667193f8b
!3260 check tbe kernel property in kernel select process
...
Merge pull request !3260 from jjfeing/master
5 years ago
mindspore-ci-bot
0b21dd0fa2
!3214 Enable NCCL operation by group
...
Merge pull request !3214 from ZPaC/enable-nccl-operation-by-group
5 years ago
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
5 years ago
linqingke
a41337dab5
mass and fasterrcnn path change.
5 years ago
Jonathan Yan
661b993475
roi align v1
5 years ago
dessyang
0c1761322f
Add the necessary rescale op and the option of not shuffling validation data
5 years ago
mindspore-ci-bot
568e75fdd3
!3256 Zip C API
...
Merge pull request !3256 from MahdiRahmaniHanzaki/zip-c-api
5 years ago
ZPaC
0bc74f28c5
Enable get rank id and size by group
5 years ago
panfengfeng
569fdd1037
check model_zoo again
5 years ago
mindspore-ci-bot
ade60ad3d3
!3298 modify model_zoo code
...
Merge pull request !3298 from changzherui/mod_zoo_code
5 years ago
changzherui
e300aa8342
modify zoo transformer for train
5 years ago
chengxianbin
8fc545d40b
change directory of YOLOv3-ResNet18 and SSD from model_zoo to model_zoo/official/cv
5 years ago
Mahdi
91b4d90716
Added ZipOp
5 years ago
TFbunny
de28cdc71c
add GPU support to ResizeNearestNeighbor
5 years ago
mindspore-ci-bot
679f5e186a
!3251 Add trainable_parameters interface and fix some bug
...
Merge pull request !3251 from zyhStack/zyh_profiler_2
5 years ago
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
5 years ago
mindspore-ci-bot
8da91ca3cf
!3237 support call the parent class function
...
Merge pull request !3237 from zhangbuxue/support_call_the_parent_class_construct_function
5 years ago
mindspore-ci-bot
6d6d2954f0
!3274 Use white list to control pslite compilation
...
Merge pull request !3274 from ZPaC/fix-compile-error-with-cpu
5 years ago
mindspore-ci-bot
cb67447651
!3248 Alarm modification
...
Merge pull request !3248 from shenwei41/sw_master
5 years ago
chenhaozhe
6fdf380923
fix bert scripts to adapt the new concept of repeatcount in minddata
5 years ago
mindspore-ci-bot
c451146b14
!3255 Added cpp Equalize op to vision api
...
Merge pull request !3255 from alashkari/cpp_ops
5 years ago
liyanliu
3c27503f35
move googlenet into official dir
5 years ago