Commit Graph

1981 Commits

Author SHA1 Message Date
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 6875095b3a !3729 modify readme and timemoniter steps
Merge pull request !3729 from wanghua/c75_tinybert
2020-07-30 19:01:22 +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
wanghua f8c03890ff modify readme and timemonitor steps 2020-07-30 15:51:05 +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
mindspore-ci-bot 71a3c363f2 !3512 add_python_distribute_pretrain_script
Merge pull request !3512 from Guomenghao319/add_python_distribute_pretrain_script
2020-07-30 14:54:26 +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
mindspore-ci-bot 567509affc !3522 add tinybert scripts
Merge pull request !3522 from wanghua/c75_tinybert
2020-07-30 09:05:38 +08:00
ms_yan abbd7b50db optimize the vgg script 2020-07-30 07:48:35 +08:00
dessyang 4307c1fa61 change the column order and add drop_reminder option to make this script compatible with BertCLS model 2020-07-29 15:13:06 -04: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
wanghua 7dd5e78fde add tinybert scripts 2020-07-29 16:07:04 +08:00
GuoMengHao 2309e7369a add_python_distribute_pretrain_script
Signed-off-by: GuoMengHao <guomenghao@huawei.com>
2020-07-29 15:13:23 +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 9c461f5565 !3513 Add parameter server mode_zoo case and CI test cases.
Merge pull request !3513 from ZPaC/master-add-ps-test-cases
2020-07-27 14:31:46 +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
ZPaC 07a52688c1 Add parameter server model_zoo case and CI test cases. 2020-07-27 11:45:02 +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
mindspore-ci-bot bdea11b9e2 !3383 Update ModelZoo README
Merge pull request !3383 from liyanliu96/liyan
2020-07-25 10:24:58 +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
liyanliu 22a0c1ce26 Update ModelZoo README 2020-07-24 17:28:26 +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
shibeiji 29e35a31c0 add order params for bert to improve performance 2020-07-23 11:03:37 +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
mindspore-ci-bot db1a1fb88b !3335 scripts updation for bert to debug failures of pre-training processing when warmup step was set to be zero
Merge pull request !3335 from shibeiji/bert_script_debug
2020-07-22 20:06:47 +08:00
CaoJian f9fdb52373 modify the vgg16/lstm path to offical/{cv/npl} 2020-07-22 19:25:27 +08:00
shibeiji af4923123c script update for bert 2020-07-22 18:40:31 +08:00
mindspore-ci-bot 031ce81555 !3266 add resnext50 GPU script and change the foler path of resnext50 in model zoo
Merge pull request !3266 from zhaoting/ResNext50
2020-07-22 17:37:54 +08:00
anzhengqi f3ae371436 fix network wide and deep 2020-07-22 15:30:44 +08:00
zhaoting 20e5f7196e add gpu resnext50 2020-07-22 15:27:34 +08:00
mindspore-ci-bot ca6da6751f !3218 Move mass and fasterrcnn to new model zoo directory.
Merge pull request !3218 from linqingke/mass
2020-07-22 15:13:18 +08:00
mindspore-ci-bot de14b851e1 !3310 move deeplabv3 and resnext50 from model_zoo to model_zoo/official/cv
Merge pull request !3310 from z00378171/master
2020-07-22 15:10:39 +08:00
zhouyaqiang 4f9b79f5d1 move deeplabv3 and resnext50 from model_zoo to model_zoo/official/cv 2020-07-22 15:05:11 +08:00
gengdongjie 6ec499db72 mv warpctc to offcial/cv 2020-07-22 11:25:58 +08: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 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 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
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
chenhaozhe 6fdf380923 fix bert scripts to adapt the new concept of repeatcount in minddata 2020-07-21 21:57:05 +08:00
liyanliu 3c27503f35 move googlenet into official dir 2020-07-21 21:56:10 +08:00
yangyongjie 93d37b11f2 update the directory of YoloV3-DarkNet53 and deepfm 2020-07-21 17:51:25 +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 c10e5f1b22 !3146 modelzoo wide&deep run clusters
Merge pull request !3146 from yao_yf/modezoo_widedeep_run_clusters
2020-07-21 09:31:21 +08:00
wangnan39@huawei.com 082433183d uniform learning_rate behavior of optimizers 2020-07-20 21:09:20 +08:00
yao_yf 3dbe872596 modezoo wide&deep run clusters 2020-07-20 17:44:07 +08:00
wukesong 513c45d3cf change lenet&alexnet dir 2020-07-20 15:01:20 +08:00
mindspore-ci-bot 8e4c0a9d93 !3212 GetDatasize feature
Merge pull request !3212 from anzhengqi/epochs-ready
2020-07-20 14:18:27 +08:00
anzhengqi 008b91b2a1 inject epoch ctrl op in the execution tree and send eos at the end of epoch 2020-07-20 13:02:47 +08:00
guoqi 5e5073a3fe move resnet from model_zoo to model_zoo/official/cv folder 2020-07-20 11:27:16 +08:00
chenhaozhe 541bf81c1f move bert to new model zoo directory 2020-07-19 14:57:16 +08:00
mindspore-ci-bot ffb7040c3c !3200 [clean]remove loop_can_unroll flag, clean some other python code
Merge pull request !3200 from vlne-v1/remove_loop_can_unroll
2020-07-18 19:44:29 +08:00
yuchaojie df5d162417 move transformer net to new modelzoo directory 2020-07-18 15:13:29 +08:00
codesausage a0ddc0e3a8 add directory in model_zoo
update directory and delete some

add hub directory
2020-07-14 11:44:19 +08:00