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
yuchaojie
d2f818968c
add chn/eng switch for transformer readme
4 years ago
changzherui
a0ff6613c3
modify transformer export
4 years ago
yuzhenhua
6b858480c8
fix GPU device_id bug
4 years ago
yuchaojie
e3cdd89a2e
add data sink note in transformer readme
4 years ago
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
4 years ago
yuzhenhua
4128fb1155
modify export to support mindir
4 years ago
yuchaojie
a15152141d
add transformer chinese readme
4 years ago
yuchaojie
0f610e11de
set HCCL_CONNECT_TIMEOUT=600 for transformer distribute training
4 years ago
caozhou
b1189cd118
compatible name
4 years ago
yuzhenhua
ceaca1708c
add export file for resnet50_quant and densenet121, fix centerface and transformer bug
4 years ago
yuchaojie
f13388ee6b
delete input_mask_from_dataset option in transformer's config
4 years ago
panfengfeng
4ae8285809
update transformer scripts
4 years ago
yuchaojie
0d20b99ad1
update transformer's ms version
4 years ago
yuzhenhua
9417620bf5
export script for tinybert and transformer
4 years ago
mindspore-ci-bot
4b31189ebd
!7476 modify resnet50-quant readme
...
Merge pull request !7476 from yuchaojie/quant
4 years ago
yuchaojie
8114352c2a
modify resnet50-quant readme
4 years ago
mindspore-ci-bot
3655db526d
!7491 modify transformer's floordiv and mod to adapt to 310
...
Merge pull request !7491 from yuchaojie/transformer
4 years ago
yuchaojie
188dfac57c
modify floordiv and mod to adapt to 310
4 years ago
yuchaojie
55ee90e696
fix transformer eval device id
4 years ago
panfengfeng
752035795f
update trantransformer scripts
4 years ago
dessyang
f27f047f14
Add training and evaluation of Transformer on GPU
...
Add gradients clipping to NASNet training and adjust hyper-parameters
4 years ago
hesham
9cee0d2143
Add num_epochs to non-sink training
4 years ago
mindspore-ci-bot
bd5a8b42ac
!6724 redundant codes clean
...
Merge pull request !6724 from TuDouNi/master
4 years ago
yuchaojie
132dae4849
modify transformer hub file
4 years ago
root
4e85071055
redundant codes clean
4 years ago
yuchaojie
9e69f9fac0
add transformer hub_conf
4 years ago
Ting Wang
ac627e046b
update links for README
...
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
4 years ago
mindspore-ci-bot
cdff9412dc
!6483 remove parameter broadcast
...
Merge pull request !6483 from gziyan/rm——parameter_broadcast
4 years ago
Ziyan
cc131193ec
remove parameter broadcast
4 years ago
zhaoting
d421f49e60
delete redundant codes
4 years ago
root
f352204aaa
transformer ckpt path
4 years ago
root
c8200af525
modify the ckpt path
4 years ago
mindspore-ci-bot
8b0793eb84
!6137 modify the model_zoo ckpt path
...
Merge pull request !6137 from TuDouNi/master
5 years ago
yuchaojie
786de3252e
delete transformer's enable_data_sink option && modify create_data
5 years ago
root
ec947ebf3d
modify the ckpt path
5 years ago
yuchaojie
fa1247a85e
transformer bucket batch modification
5 years ago
mindspore-ci-bot
1bcffd29dd
!6066 transformer loss fix.
...
Merge pull request !6066 from linqingke/fasterrcnn
5 years ago
mindspore-ci-bot
d8c09067ce
!5801 [MD][Feature] minddata iterator output ms_tensor
...
Merge pull request !5801 from xiefangqi/md_modify_output_tensor
5 years ago
linqingke
bab4757904
transformer loss fix.
5 years ago
xiefangqi
9b3c33e157
minddata iterator output ms_tensor
5 years ago
mindspore-ci-bot
be62fd7fa6
!5768 Save the GPU backend multi card output in different folders.
...
Merge pull request !5768 from linqingke/fasterrcnn
5 years ago
nhussain
92e99ff224
change map calls
5 years ago
linqingke
845ff342ed
Save the GPU backend multi card output in different folders.
5 years ago
lvchangquan
7abe692fb5
add set_grad() for pynative mode in model_zoo network
5 years ago
yao_yf
d4cfe55c04
rename mirror_mean to gradients_mean
5 years ago
linqingke
4d9d8c3e74
Modelzoo interface change.
5 years ago
mindspore-ci-bot
820f2cb4eb
!5351 move ParalleMode to Context
...
Merge pull request !5351 from yao_yf/parallel_context_collation
5 years ago