mindspore-ci-bot
f0d40475b0
!2610 optimize fastrcnn training process
...
Merge pull request !2610 from yanghaitao/yht_fastrcnn
2020-06-27 17:41:38 +08:00
yanghaitao1
00f7bdb40b
optimize fastrcnn training process
2020-06-27 03:31:41 -04:00
mindspore-ci-bot
856da59836
!2554 fix accurancy lower then 92
...
Merge pull request !2554 from caojian05/mindspore_master_bugfix
2020-06-27 10:30:34 +08:00
mindspore-ci-bot
cf0eca5608
!2549 add wide&deep stanalone training script for gpu in model zoo
...
Merge pull request !2549 from zyli2020/add_model_script_of_wide_deep_for_gpu
2020-06-24 15:00:45 +08:00
lizhenyu
71ffd22a02
add wide&deep stanalone training script for gpu in model zoo
2020-06-24 14:55:28 +08:00
mindspore-ci-bot
087779b7d4
!2517 checkpoint add model_type
...
Merge pull request !2517 from chenzhongming/quant
2020-06-24 14:32:33 +08:00
caojian05
8e2bb7a85c
fix accurancy lower then 92
2020-06-24 14:08:16 +08:00
chenzomi
d3f9b80066
checkpoint add model_type
2020-06-24 12:31:08 +08:00
mindspore-ci-bot
c22c865c4a
!1950 [front]add `has_effect` direct to target construct method not cell object
...
Merge pull request !1950 from vlne-v1/move-flags-to-construct
2020-06-24 09:35:24 +08:00
Wei Luning
8f56528f8c
add flags on function
2020-06-23 20:22:07 +08:00
caojian05
6a7b974346
change lstm import pacakge location
2020-06-23 11:28:27 +08:00
mindspore-ci-bot
d1f107c89a
!2459 modify dataset.py
...
Merge pull request !2459 from wukesong/mkdify_alexnet
2020-06-23 10:51:40 +08:00
mindspore-ci-bot
14868eb2b0
!2465 GCN rectification
...
Merge pull request !2465 from chentingting/gcn_rectification
2020-06-23 10:40:11 +08:00
chentingting
a733102db9
gcn_rectification
2020-06-23 10:01:59 +08:00
mindspore-ci-bot
73f440a54d
!2418 add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
...
Merge pull request !2418 from caojian05/ms_master_dev
2020-06-22 22:51:19 +08:00
wukesong
3ee56661b2
modify dataset.py
2020-06-22 20:06:53 +08:00
caojian05
deb9694f63
add pretrain for lstm & vgg16 and remove lstm/vgg16/googlenet from directory 'mindspore/model_zoo'
2020-06-22 17:17:10 +08:00
mindspore-ci-bot
f1a69de0b6
!2405 change some comment name in the whole project
...
Merge pull request !2405 from chenzhongming/master
2020-06-22 14:40:25 +08:00
chenzomi
a834a6308e
change some comment name in the whole project
2020-06-22 12:59:21 +08:00
gong chen
a6dfa281ea
Init GraphKernel.
...
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
2020-06-20 22:31:54 +08:00
mindspore-ci-bot
4d95e3340c
!1628 Implements of masked seq2seq pre-training for language generation.
...
Merge pull request !1628 from 刘崇鸣/model_zoo_mass
2020-06-20 19:25:12 +08:00
mindspore-ci-bot
7f891f62e5
!2260 Move googlenet to ModelZoo, fix warning and change googlenet's directory
...
Merge pull request !2260 from liyanliu96/liyan
2020-06-20 15:57:26 +08:00
liuchongming74
065f32e0e5
Implements of masked seq2seq pre-training for language generation.
2020-06-20 15:48:49 +08:00
mindspore-ci-bot
748b0b1b64
!2388 GPU update bert scripts
...
Merge pull request !2388 from VectorSL/bert-eval
2020-06-20 15:26:21 +08:00
mindspore-ci-bot
228a1b87f8
!2387 dataset=False when run in CPU
...
Merge pull request !2387 from wukesong/cpu-lenet-sink-true
2020-06-20 15:10:00 +08:00
VectorSL
b2412ea571
gpu update bert scripts
2020-06-20 12:00:40 +08:00
wukesong
fafa0d73fc
dataset sink is false when run in CPU
2020-06-20 11:28:57 +08:00
mindspore-ci-bot
b8a21ac6e8
!2382 quantization aware training for lenet readme.md update
...
Merge pull request !2382 from chenzhongming/abc
2020-06-20 11:25:01 +08:00
mindspore-ci-bot
8d34c65592
!2370 modify alexnet shell def get_lr args
...
Merge pull request !2370 from changzherui/mod_alexnet
2020-06-20 10:54:57 +08:00
chenzomi
5aa12b7aa3
quantization aware training for lenet readme.md update
2020-06-20 10:16:39 +08:00
mindspore-ci-bot
adb223925d
!2367 enlarge memory to support bert large pretraining with 96 bs
...
Merge pull request !2367 from yoonlee666/edit-example
2020-06-20 09:54:13 +08:00
mindspore-ci-bot
e447a9c7fb
!2341 add_src_dir
...
Merge pull request !2341 from wukesong/add_src_dir
2020-06-20 09:50:59 +08:00
mindspore-ci-bot
cb3bbf3c7a
!2368 add auto create graph for aware quantization training demo
...
Merge pull request !2368 from chenzhongming/abc
2020-06-20 09:23:38 +08:00
changzherui
6c324b58d6
modify alexnet get_lr args
2020-06-19 22:33:08 +08:00
chenzomi
c268c88220
aware quantization training auto create graph
2020-06-19 22:01:16 +08:00
liyanliu
42b2dbec9d
Move googlenet into ModelZoo and add superlink in README
2020-06-19 20:50:10 +08:00
chenzomi
27c3b6d5b3
add auto create graph for aware quantization training demo
2020-06-19 20:44:43 +08:00
yoonlee666
cfae890ca0
support bert large pretrain with 96 bs
2020-06-19 20:28:01 +08:00
wukesong
367a51aeeb
add src dir
2020-06-19 20:14:37 +08:00
chengxianbin
37a81c4f7e
clear pylint for yolov3
2020-06-19 10:28:07 +08:00
mindspore-ci-bot
1424178601
!1663 change lenet and alexnet dir
...
Merge pull request !1663 from wukesong/change_network_path
2020-06-19 09:45:19 +08:00
peilinwang
1e36b0649f
remove graphengine changes
...
remove graphengine changes
concat op
Truncate Pair
concat_op
remove graph engine changes
ToNumberOp implementation almost done
ToNumberOp complete
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
ci fix
merge conflicts
2020-06-18 20:07:35 -04:00
mindspore-ci-bot
961e29b211
!2202 fix decoder loop for Transformer model
...
Merge pull request !2202 from yuchaojie/transformer
2020-06-18 22:07:38 +08:00
wukesong
7dfd369998
modify lenet&alexnet dir
2020-06-18 20:45:46 +08:00
mindspore-ci-bot
164e6674b2
!2279 add model zoo script of wide and deep for gpu
...
Merge pull request !2279 from zyli2020/add_model_script_of_wide_deep_for_gpu
2020-06-18 20:08:47 +08:00
yao_yf
60fa330322
modelzoo_widedeep_modify
2020-06-18 17:24:42 +08:00
lizhenyu
28492e50ae
add model zoo script of wide and deep for gpu
2020-06-18 14:37:44 +08:00
yuchaojie
96db04b49d
fix decoder loop for Transformer model
2020-06-18 14:18:21 +08:00
yanghaitao
8d4f831fdc
fix fastrcnn eval failed
2020-06-18 10:23:45 +08:00
mindspore-ci-bot
a14ed14d16
!2217 yolov3 network directory rectification
...
Merge pull request !2217 from chengxb7532/cxb_st
2020-06-17 17:51:46 +08:00