Commit Graph

68 Commits

Author SHA1 Message Date
mindspore-ci-bot e01036f6ca !3816 If not set pretrained model,we should not be allowed to run training tasks
Merge pull request !3816 from zhouyuanshen/master
2020-08-03 16:42:24 +08:00
mindspore-ci-bot be507b96e0 !3473 [refine]change base class of parameter
Merge pull request !3473 from vlne-v1/change_base_class_of_parameter
2020-08-03 16:05:46 +08:00
mindspore-ci-bot ad3d490d1e !3839 GPU: inceptionv3 support in modelzoo
Merge pull request !3839 from hhc2020/gpu-inceptionv3-modelzoo
2020-08-03 10:24:00 +08:00
hanhaocheng 83580c4dec GPU inceptionv3 support in modelzoo 2020-08-03 09:47:24 +08:00
mindspore-ci-bot 59530248a3 !3795 remove old MINDSPORE_HCCL_CONFIG_PATH in model zoo 2
Merge pull request !3795 from panbingao/master
2020-08-03 09:31:49 +08:00
Wei Luning a05c38bb63 make python Parameter inherit from Tensor 2020-08-03 09:12:24 +08:00
zhouyuanshen e78372b101 pretrained_model must be set when run training tasks 2020-07-31 16:31:05 +08:00
mindspore-ci-bot 6adcb5a859 !3719 resnet101 changes for GPU
Merge pull request !3719 from RobinGrosman/master
2020-07-31 16:09:09 +08:00
panbingao 98b76b9020 remove old MINDSPORE_HCCL_CONFIG_PATH in model zoo 2 2020-07-31 14:18:54 +08:00
ms_yan 4cf23db838 repair distribute training for vgg in D 2020-07-31 12:27:43 +08:00
mindspore-ci-bot 6eddd65cf1 !3670 remove old MINDSPORE_HCCL_CONFIG_PATH in model zoo
Merge pull request !3670 from panbingao/master
2020-07-31 11:35:38 +08:00
mindspore-ci-bot 6455c41ac8 !3773 for switch
Merge pull request !3773 from zongha/master
2020-07-31 11:02:49 +08:00
mindspore-ci-bot dc765dd248 !3749 add BinaryCrossEntropy and KLDivLoss cuda code
Merge pull request !3749 from baihuawei/losscuda
2020-07-31 10:33:16 +08:00
zongha 5f13786776 switch 1st 2020-07-31 09:22:20 +08:00
panfengfeng 6ac99d4a0c fix googlenet scripts 2020-07-30 23:44:02 +08:00
RobinGrosman a75228d7c5 1) functional scripts for GPU
2) label smoothign for GPU
3) dataset chagnes for resnset101 GPU
2020-07-30 07:38:08 -07:00
panbingao 3e82ae7f51 remove old MINDSPORE_HCCL_CONFIG_PATH in model zoo 2020-07-30 20:35:29 +08:00
mindspore-ci-bot 699e616b3a !3708 googlenet-gpu_support_master
Merge pull request !3708 from panfengfeng/googlenet-gpu_support_master
2020-07-30 17:11:10 +08:00
mindspore-ci-bot 61867c7386 !3645 add mindspore hub for download ckpt file
Merge pull request !3645 from chenzhongming/master
2020-07-30 16:25:10 +08:00
mindspore-ci-bot 3527f0c16f !3662 add multiple node support for resnet50
Merge pull request !3662 from gengdongjie/master
2020-07-30 16:06:38 +08:00
mindspore-ci-bot ce08065c23 !3671 vgg: optimize the script and Readme
Merge pull request !3671 from ms_yan/vgg_optimize
2020-07-30 16:00:50 +08:00
chenzomi 8918c90b66 add mindspore hub for download ckpt file
add mindspore.hub and change model_zoo
2020-07-30 15:02:55 +08:00
panfengfeng 0e0a2b0319 googlenet-gpu 2020-07-30 10:54:51 +08:00
zhouyaqiang 34864fbc56 fix weight init and add data aug 2020-07-30 09:49:40 +08:00
ms_yan abbd7b50db optimize the vgg script 2020-07-30 07:48:35 +08:00
mindspore-ci-bot 6f70146153 !3660 modify readme for maskrcnn
Merge pull request !3660 from meixiaowei/master
2020-07-29 22:39:57 +08:00
gengdongjie 00f7a936bf add resnet50 support multi node training 2020-07-29 19:12:34 +08:00
zhouyaqiang b0004a1791 support multy node training and remove code 2020-07-29 19:10:28 +08:00
meixiaowei 8950952fe3 modify readme 2020-07-29 16:43:28 +08:00
mindspore-ci-bot f48ef43647 !3611 dataset: repair problem in vgg cifar(version)
Merge pull request !3611 from ms_yan/vgg_repair
2020-07-29 10:18:04 +08:00
mindspore-ci-bot cf6e13cc48 !3563 fix a bug that causes failure when running muti-p from origin dataset,not from MR
Merge pull request !3563 from zhouyuanshen/master
2020-07-29 10:08:26 +08:00
mindspore-ci-bot 980b67d1c4 !3578 fix maskrcnn dataset rescale bug
Merge pull request !3578 from meixiaowei/master
2020-07-29 09:37:08 +08:00
ms_yan 4e3fa200ee repair problem in vgg16 cifar10 version 2020-07-28 23:10:45 +08:00
xsmq 5087945479 回退 'Pull Request !3236 : use akg to compile gpu ops rather than _akg' 2020-07-28 22:41:33 +08:00
meixiaowei 34d2f6202a fix rescale dataset bug 2020-07-28 15:58:31 +08:00
mindspore-ci-bot d469a347f8 !3236 use akg to compile gpu ops rather than _akg
Merge pull request !3236 from lingyunli63/use_full_akg_to_support_gpu
2020-07-28 15:29:26 +08:00
zhouyuanshen 99f4de1a74 fix a bug that causes failure when running muti-p from origin dataset,not from MR 2020-07-28 10:06:55 +08:00
ms_yan cf3fff8996 init add vgg16 gpu version
merge the script

optimize the script
2020-07-27 22:26:17 +08:00
mindspore-ci-bot 243c1195f9 !3444 Fix README.md and shell scripts in fasterRCNN
Merge pull request !3444 from zhouyuanshen/master
2020-07-27 12:01:48 +08:00
mindspore-ci-bot 979342e0c4 !3490 Change readme.txt in WarpCTC and checkpoint directory
Merge pull request !3490 from yangyongjie/master
2020-07-27 11:18:12 +08:00
zhouyuanshen 7236955133 fix README.md and shell scripts in fasterrcnn 2020-07-27 10:49:15 +08:00
yangyongjie 8056e18f84 fix word missing in readme.txt and checkpoint directory 2020-07-25 18:05:36 +08:00
guoqi 3805f2a4de fix a typo in modelzoo/resnet 2020-07-25 16:43:21 +08:00
mindspore-ci-bot 7fbed0ce94 !3456 modify resnet50 on imagenet to improve the performance and accuracy
Merge pull request !3456 from guoqi/master
2020-07-25 15:06:54 +08:00
mindspore-ci-bot 669a8969c7 !3421 Add WarpCTC GPU script
Merge pull request !3421 from yangyongjie/master
2020-07-25 11:37:35 +08:00
guoqi 63a4b77065 modified resnet50 on imagenet2012 to improve the performance and accuracy 2020-07-25 09:38:59 +08:00
yangyongjie cb3da0304e support running warpctc in GPU 2020-07-24 17:55:30 +08:00
meixiaowei a179a85e55 upload maskrcnn scripts 2020-07-24 17:05:50 +08:00
mindspore-ci-bot 0a84b63fc3 !3305 modify the vgg16/lstm path to offical/{cv/npl}
Merge pull request !3305 from caojian05/ms_master_dev
2020-07-23 16:01:42 +08:00
mindspore-ci-bot 875bdc2ebc !3319 mv warpctc to official cv
Merge pull request !3319 from gengdongjie/master
2020-07-22 20:15:48 +08:00