Wei Luning
|
484d7f10c8
|
refine code* refine code in bert model* add ToAbstruct for `FuncGraph`, `MetaFuncGraph` `Primitive`* remove partial hard code in spec for poly* remove any in data convert cache
|
2020-07-23 12:43:37 +08:00 |
lizhenyu
|
c67e562373
|
refine GPU memory swap performance
|
2020-07-21 21:37:54 +08:00 |
wangnan39@huawei.com
|
082433183d
|
uniform learning_rate behavior of optimizers
|
2020-07-20 21:09:20 +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 |
mindspore-ci-bot
|
6f8863b65d
|
!3198 synchronize latest Ascend software suite 18 Jul 2020, and merging branches
Merge pull request !3198 from yanghaoran/code_sync_0718
|
2020-07-19 14:14:45 +08:00 |
Wei Luning
|
88e864a4a3
|
remove loop can unroll flag, clean some python usage
|
2020-07-18 17:41:34 +08:00 |
changzherui
|
f4cb445ea8
|
syn code for 0715
|
2020-07-16 17:18:21 +08:00 |
yanghaoran
|
00749914a4
|
remove testcase
|
2020-07-15 15:41:18 +08:00 |
mindspore-ci-bot
|
48654be14d
|
!3040 BoundingBoxAugment op fix ratio
Merge pull request !3040 from islam_amin/bounding_box_augment_bugs
|
2020-07-14 09:36:34 +08:00 |
panbingao
|
45dbc8bf04
|
Move model_zoo.resnet.py
|
2020-07-10 17:36:34 +08:00 |
duxiutao
|
1e43c609e0
|
Add test case and fix two bugs
1. add case to guard precision
2. fix a shape bug
3. fix a funcGraph bug
|
2020-07-02 12:52:15 +08:00 |
zhaoting
|
0dc8a42bd1
|
fix resnet st group params bug
|
2020-06-30 11:00:53 +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 |
Ziyan
|
41ddc153a6
|
modify lars interface
|
2020-06-23 11:23:28 +08:00 |
mindspore-ci-bot
|
f469c6cf2e
|
!2397 change acc threshold of test_resnet_imagenet
Merge pull request !2397 from zhaoting/ResNet50_st
|
2020-06-20 18:55:13 +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 |
zhaoting
|
9d9c35d1ee
|
change acc threshold of test_resnet_imagenet
|
2020-06-20 12:18:20 +08:00 |
VectorSL
|
b2412ea571
|
gpu update bert scripts
|
2020-06-20 12:00:40 +08:00 |
chenzomi
|
c268c88220
|
aware quantization training auto create graph
|
2020-06-19 22:01:16 +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 |
mindspore-ci-bot
|
b7b4333d13
|
!2272 remove dataset send from data exec
Merge pull request !2272 from wangnan39/remove_dataset_send_from_model_init
|
2020-06-19 09:33:12 +08:00 |
wangnan39@huawei.com
|
887838d452
|
do not send the data during the model init
|
2020-06-18 22:18:41 +08:00 |
wukesong
|
7dfd369998
|
modify lenet&alexnet dir
|
2020-06-18 20:45:46 +08:00 |
mindspore-ci-bot
|
90e05579c8
|
!2197 Change acc threshold of test_resnet_imagenet
Merge pull request !2197 from zhaoting/ResNet50_st
|
2020-06-18 14:53:00 +08:00 |
zhaoting
|
c083089e7e
|
change acc threshold of test_resnet_imagenet
|
2020-06-18 14:13:22 +08:00 |
mindspore-ci-bot
|
0c3d96a98b
|
!2236 Refactor the callback module in an encapsulated way
Merge pull request !2236 from 李鸿章/callback
|
2020-06-18 12:09:19 +08:00 |
Li Hongzhang
|
ecc459158e
|
callback module in encapsulated
|
2020-06-17 17:01:44 +08:00 |
mindspore-ci-bot
|
cef901fe0d
|
!2069 Fix input value check for Momentum, SparseApplyFtrl and SparseApplyAdagrad.
Merge pull request !2069 from liuxiao/fix-input-value-check-for-SparseApplyFtrl-and-SparseApplyAdaGrad
|
2020-06-17 16:37:18 +08:00 |
李鸿章
|
ee438aaf4a
|
callback as context manager
|
2020-06-17 14:07:52 +08:00 |
liuxiao
|
df63a3195d
|
fix input value check for SparseApplyFtrl and SparseApplyAdagrad
|
2020-06-17 13:05:09 +08:00 |
ougongchang
|
1ffa37ffbc
|
Add a callback module to avoid the size of the callback.py file to large
|
2020-06-17 09:54:58 +08:00 |
mindspore-ci-bot
|
792d1a444c
|
!1899 add resnet50_imagenet 8p st
Merge pull request !1899 from zhaoting/ResNet50_st
|
2020-06-16 22:09:42 +08:00 |
zhaoting
|
429c88a462
|
add resnet50 imagenet st
|
2020-06-16 22:04:24 +08:00 |
mindspore-ci-bot
|
34790387e3
|
!2088 fix pylint
Merge pull request !2088 from z00378171/master
|
2020-06-15 20:42:16 +08:00 |
mindspore-ci-bot
|
971f10d222
|
!1790 remove transdata only connected with control depend
Merge pull request !1790 from lianliguang/remove-the-useless-transdata-connected-with-the-control-depend
|
2020-06-15 16:59:33 +08:00 |
WilliamLian
|
b86016a26f
|
remove the useless transdata and cast of control depend node
|
2020-06-15 14:54:47 +08:00 |
unknown
|
f39a934a77
|
fix pylint
|
2020-06-13 21:58:52 +08:00 |
mindspore-ci-bot
|
e33ecf310a
|
!2052 Update CI test for deeplabv3
Merge pull request !2052 from z00378171/master
|
2020-06-13 16:55:11 +08:00 |
unknown
|
ac2e2f9a7a
|
updata deeplabv3 CI
|
2020-06-13 16:11:03 +08:00 |
buxue
|
66bbdb4a31
|
change tensor dtype and shape from function to attr
|
2020-06-12 19:03:23 +08:00 |
mindspore-ci-bot
|
d9c7a8400e
|
!1933 edit bert example scripts
Merge pull request !1933 from yoonlee666/edit-example
|
2020-06-10 11:04:00 +08:00 |
yanghaoran
|
8da4c1a763
|
synchronize latest ascend software 04 Jun 2020
|
2020-06-09 23:34:13 +08:00 |
yoonlee666
|
ab36f3d3cd
|
edit example script
|
2020-06-09 20:59:32 +08:00 |
chenhaozhe
|
1be7ad52bb
|
fix bert scripts
|
2020-06-08 19:23:36 +08:00 |
jinyaohui
|
5e43edc474
|
clean pylint
|
2020-06-04 21:03:30 +08:00 |
wanghua
|
3f536ea1b7
|
add bert performance test case
|
2020-06-02 19:53:38 +08:00 |
mindspore-ci-bot
|
692f38ded2
|
!1532 clean pylint warning in test dir
Merge pull request !1532 from jinyaohui/pylint1
|
2020-05-30 10:13:45 +08:00 |
jinyaohui
|
86d197dfeb
|
clean pylint
|
2020-05-29 23:00:00 +08:00 |
lizhenyu
|
9df3a8613c
|
fix get nullptr when use graph manager
|
2020-05-29 21:20:50 +08:00 |