caojiewen
da60f433f1
removed the useless link of apply form
4 years ago
caojiewen
cad462902a
fixed the code spell errors.
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
zhaoting
289f856955
fix README link
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
mindspore-ci-bot
ca182f0131
!10341 new add mass and unet chinese readme.
...
From: @linqingke
Reviewed-by: @oacjiewen,@c_34
Signed-off-by: @c_34
4 years ago
linqingke
338c82d57e
new add mass and unet chinese readme.
4 years ago
yuzhenhua
4128fb1155
modify export to support mindir
4 years ago
linqingke
f26003e723
fix mass lr import.
4 years ago
caozhou
b1189cd118
compatible name
4 years ago
linqingke
8bbd84eb62
remove network useless parameters
4 years ago
yuzhenhua
c4eafb9820
fix tinybert bug and add export script file for mass
4 years ago
linqingke
02f9a1c010
fix mass gpu run script bug.
4 years ago
mindspore-ci-bot
30e63c6e15
!7853 mass and cnnctc readme fix.
...
Merge pull request !7853 from linqingke/psenet
4 years ago
linqingke
e92a0dbd79
mass and cnnctc readme fix.
4 years ago
linqingke
a084532a6e
modify mass beam_search's floordiv and mod to adapt to 310.
4 years ago
linqingke
771042a457
update mass gpu network.
4 years ago
hesham
9cee0d2143
Add num_epochs to non-sink training
4 years ago
zhangyi
7ad8452617
Update invalid links.
4 years ago
mindspore-ci-bot
c291e0b2ba
!6666 Add fasterrcnn, mass, unet, psenet hub conf file.
...
Merge pull request !6666 from linqingke/mass
4 years ago
linqingke
6df923f286
add fasterrcnn, mass, unet, psenet hub conf file.
4 years ago
linqingke
3f7a5ed394
README A+X to A+K
4 years ago
mindspore-ci-bot
957dba0b4d
!6572 update links for README
...
Merge pull request !6572 from TingWang/update-link
4 years ago
Ting Wang
ac627e046b
update links for README
...
Signed-off-by: Ting Wang <kathy.wangting@huawei.com>
4 years ago
linqingke
659839a250
densenet121 and mass fix.
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
mindspore-ci-bot
c95ed54fe1
!5239 reduce cyclomatic complexity in model zoo
...
Merge pull request !5239 from zhaoting/master
4 years ago
zhaoting
a4a65ffe06
reduce cyclomatic complexity
4 years ago
linqingke
25579c4523
new add densenet121 and update resnet, vgg.
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
lilei
71adabd944
modify_bug
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
mindspore-ci-bot
e6a4d932b4
!5350 [AutoParallel]Rectification distributed init
...
Merge pull request !5350 from lichen/rectification_init
5 years ago
lichenever
d3e55b543e
rectification init
5 years ago
yao_yf
07117e4dd4
mv ParallelMode to context
5 years ago
mindspore-ci-bot
92e2d21ea4
!5088 Fix MASS and FasterRcnn CI Problem.
...
Merge pull request !5088 from linqingke/mass
5 years ago
panyifeng
1a54785fe2
remove name arg from gradoperation
5 years ago
linqingke
ad8b98b476
fix fasterrcnn and mass bug.
5 years ago
linqingke
642d48e9dd
fix floordiv and iou ops.
5 years ago