zhaoting
c14c707475
Support CPU tinybert and ner task
4 years ago
mindspore-ci-bot
1aa16fb431
!13999 modify BERT、TinyBERT README and modify TinyBERT network script
...
From: @wang_hua_2019
Reviewed-by: @c_34
Signed-off-by:
4 years ago
wang_hua_2019
e0d85aecea
modify tinybert for MindSpore BERT
4 years ago
caojiewen
da60f433f1
removed the useless link of apply form
4 years ago
caojiewen
cad462902a
fixed the code spell errors.
4 years ago
wang_hua_2019
8133238f2f
modify tinybert readme
4 years ago
xsmq
923b53d2e6
replace tab with spaces
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
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
4 years ago
lvmingfu
27848587a3
modify code formats for master
4 years ago
yoonlee666
2d1e8beec7
add chinese readme
4 years ago
yuzhenhua
6b858480c8
fix GPU device_id bug
4 years ago
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
4 years ago
yuzhenhua
d5d3c7b349
modify export script file to support mindr and GPU
4 years ago
mindspore-ci-bot
0c7ba7a7fa
!9354 mode_mindir_suffix
...
From: @bai-yangfan
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @c_34
4 years ago
bai-yangfan
c46c4dffe4
mindir_suffix
4 years ago
caozhou
b1189cd118
compatible name
4 years ago
laiyongqiang
6b57cc705f
disable somas when variable_memory_max_size is set
4 years ago
yuzhenhua
c4eafb9820
fix tinybert bug and add export script file for mass
4 years ago
mindspore-ci-bot
82b5e5251c
!7828 edit readme
...
Merge pull request !7828 from yoonlee666/editreadme
4 years ago
yoonlee666
acb44b91b9
edit readme
4 years ago
mindspore-ci-bot
7c98803ad6
!7646 eval result only return probs
...
Merge pull request !7646 from wanghua/master
4 years ago
wanghua
f09087a68a
update tinybert_model.py
4 years ago
yuzhenhua
9417620bf5
export script for tinybert and transformer
4 years ago
yoonlee666
0e85c5c9a4
bugfix tinybert
4 years ago
yoonlee666
8fa83cca87
delete device id for gpu
4 years ago
mindspore-ci-bot
2a799fe90e
!6018 Set the number of epochs in mode.train() non-sink Mode
...
Merge pull request !6018 from h.farahat/ms_nonsink_epochs
4 years ago
yoonlee666
a2af684dd4
bugfix tinybert
4 years ago
hesham
9cee0d2143
Add num_epochs to non-sink training
4 years ago
yanghaitao1
a4de9ba0eb
fix tinybert failes if run 1p
4 years ago
mindspore-ci-bot
bd5a8b42ac
!6724 redundant codes clean
...
Merge pull request !6724 from TuDouNi/master
4 years ago
mindspore-ci-bot
a712489a28
!6643 Modifying the hardware information in Readme.
...
Merge pull request !6643 from linqingke/modelzoo
4 years ago
root
4e85071055
redundant codes clean
4 years ago
yoonlee666
25b2c1944f
tinybert hub
4 years ago
linqingke
3f7a5ed394
README A+X to A+K
4 years ago
Ting Wang
ac627e046b
update links for README
...
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
4 years ago
zhaoting
d421f49e60
delete redundant codes
4 years ago
chenhaozhe
e1f4c066b3
fix loss print in bert and corresponding downstream task
4 years ago
mindspore-ci-bot
d8c09067ce
!5801 [MD][Feature] minddata iterator output ms_tensor
...
Merge pull request !5801 from xiefangqi/md_modify_output_tensor
4 years ago
xiefangqi
9b3c33e157
minddata iterator output ms_tensor
4 years ago
mindspore-ci-bot
be62fd7fa6
!5768 Save the GPU backend multi card output in different folders.
...
Merge pull request !5768 from linqingke/fasterrcnn
4 years ago
nhussain
92e99ff224
change map calls
4 years ago
linqingke
845ff342ed
Save the GPU backend multi card output in different folders.
4 years ago
mindspore-ci-bot
994cfcb8a0
!5914 edit bert hub config file and tinybert script bugfix
...
Merge pull request !5914 from yoonlee666/master
4 years ago
yoonlee666
16c2c17436
edit bert hub config
4 years ago
lvchangquan
7abe692fb5
add set_grad() for pynative mode in model_zoo network
4 years ago
yao_yf
d4cfe55c04
rename mirror_mean to gradients_mean
5 years ago
linqingke
4d9d8c3e74
Modelzoo interface change.
5 years ago
yoonlee666
dfd85caa1b
delete enable_fused_layernorm
5 years ago