ttudu
f4193137e5
LSTM Ascend parameter type fp16 change to fp32
4 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
...
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
4 years ago
mindspore-ci-bot
74652eb942
!12044 modify pack to stack
...
From: @jinyaohui
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
3bf5681ebc
!12093 adapt api for optimizer import
...
From: @sl_wang
Reviewed-by: @wang_zi_dong
Signed-off-by:
4 years ago
jinyaohui
8022f9a6ed
modify pack to stack
4 years ago
mwang
8f8eee4b5e
bert thor supports lr configuration in config.py
4 years ago
mindspore-ci-bot
e36d08aacc
!12096 fix link error in README of GPT
...
From: @alouhahahahaha
Reviewed-by: @kisnwang
Signed-off-by:
4 years ago
alouhahaha
b2fc857fe0
fix link error in README
4 years ago
mindspore-ci-bot
51e7b6481a
!12034 modify instructions of preprocessing msra dataset
...
From: @shibeiji
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
1c12b84757
!11992 [Bert][Gpu]Sync modify of bert script from r1.1 to master
...
From: @hanhuifeng2020
Reviewed-by: @gaoxiong1,@anyrenwei
Signed-off-by: @anyrenwei
4 years ago
shibeiji
95ccebb811
fix bugs of MSRA dataset preprocessing
4 years ago
mindspore-ci-bot
ed4207f698
!12022 Add a new optimizer THOR option to BERT pretrain script.
...
From: @i_yangmh
Reviewed-by: @wang_zi_dong,@kisnwang
Signed-off-by: @kisnwang
4 years ago
mwang
0b312c2385
thor generalization code submit
4 years ago
MingHan-Y
67a4c62b4b
Add new optimizer THOR option to BERT pretrain script.
4 years ago
hanhuifeng2020
53d4510ea6
[Bert][Gpu]Sync modify of bert script from r1.1 to master
4 years ago
mindspore-ci-bot
65f1d90509
!11946 gnmt modified
...
From: @gaojing22
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
e897eb4c41
!11915 Change TensorAdd to Add, merge from r1.1 to master
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
df265b6d6b
!11912 update submoudle akg, close graph kernel ascend ci testcases
...
From: @looop5
Reviewed-by:
Signed-off-by:
4 years ago
gaojing
930fdc4e31
modify uncorrect name
4 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
looop5
0161209e40
update submoudle akg, close graph kernel ascend ci testcases
4 years ago
shibeiji
cc18b206c9
bert ner for adaption of MSRA dataset
4 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
4 years ago
shibeiji
8b1a8a6bc1
bert ner for msra dataset
4 years ago
shibeiji
3ec3f038ad
extract bert embedding tables in construct
4 years ago
mindspore-ci-bot
01d84b1ce5
!11680 fix GRU dataset
...
From: @qujianwei
Reviewed-by: @c_34,@liangchenghui
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
4fef53a4a2
!11592 add chn/eng switch for transformer readme
...
From: @yuchaojie
Reviewed-by: @c_34,@liangchenghui
Signed-off-by: @c_34
4 years ago
qujianwei
19fc6306d3
fix for dataset input
4 years ago
mindspore-ci-bot
74c2b957f7
!11632 fix gru net usablity bug
...
From: @qujianwei
Reviewed-by: @linqingke,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
qujianwei
6adb82c2c6
gru_fix_bug
4 years ago
mindspore-ci-bot
dc70469d4a
!11597 Fix code spell in Bert and CRNN
...
From: @c_34
Reviewed-by: @liangchenghui
Signed-off-by:
4 years ago
chenhaozhe
4899a0b4c1
fix code spell
4 years ago
yuchaojie
d2f818968c
add chn/eng switch for transformer readme
4 years ago
mindspore-ci-bot
14a6713d08
!11541 modify transformer export
...
From: @changzherui
Reviewed-by: @guoqi1024,@kingxian
Signed-off-by: @guoqi1024
4 years ago
mindspore-ci-bot
0beb38fdb0
!11491 Add GRU network
...
From: @qujianwei
Reviewed-by:
Signed-off-by:
4 years ago
qujianwei
a37ad24136
init for gru
...
fix for copyright
fix for create_dataset
fix for some bug
fix for parser_output
fix for parse output
add readme and fix for some bug
fix test2016 to test
delete space
fix some bug for create dataset
fix for comments and overflow
fix a wrong bug
fix for weight init
4 years ago
changzherui
a0ff6613c3
modify transformer export
4 years ago
ttudu
303048a186
Add lstm ascend distribute train
4 years ago
chenhaozhe
8eae3262f3
fix some description about bert and yolov3
4 years ago
zhaoting
289f856955
fix README link
4 years ago
mindspore-ci-bot
1221eac84a
!11196 modify code formats for master
...
From: @lvmingfu
Reviewed-by:
Signed-off-by:
4 years ago
lvmingfu
27848587a3
modify code formats for master
4 years ago
lilei
9a45c4419c
modify batch_normal
4 years ago
mindspore-ci-bot
ee1c80abc6
!11086 fix fasttext doc issue
...
From: @zhaojichen
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
52953f16fc
!11027 Use logic id instead of physic id in get_distribute_pretrain_cmd.py
...
From: @c_34
Reviewed-by: @ljl0711,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
zhaojichen
756f67151b
fix fasttext doc problems
4 years ago
mindspore-ci-bot
30560be800
!11066 GPU add restrict for bert script
...
From: @VectorSL
Reviewed-by: @gaoxiong1,@dylangeng,@anyrenwei
Signed-off-by: @gaoxiong1
4 years ago
mindspore-ci-bot
64b72bd511
!11051 Fixed GNMT reasoning performance
...
From: @gaojing22
Reviewed-by: @wuxuejian,@linqingke
Signed-off-by: @wuxuejian
4 years ago
chenhaozhe
e2b740e812
add physic_logic_ids in get_distribute_pretrain_cmd.py
...
change ways to get physic_logic_ids
4 years ago
VectorSL
c13cd24e38
add restrict for gpu only
4 years ago