mindspore-ci-bot
5b59277158
!13851 support dynamic frequency in resnet_thor
...
From: @sl_wang
Reviewed-by: @c_34
Signed-off-by: @c_34
4 years ago
mwang
65796b4cc5
support dynamic frequency in thor
4 years ago
caojiewen
da60f433f1
removed the useless link of apply form
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
mwang
c850115d92
fix readme errors of resnet_thor
4 years ago
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
4 years ago
yanglf1121
918679daa3
add tensor.ndim and rename tensor.size() to tensor.size
4 years ago
yuzhenhua
807d990b83
add export for shufflenet, delete export for resnet50_quant, modify export file to support mindir
4 years ago
mwang
6f34aa5074
fix resnet thor export file
4 years ago
mwang
1e90c7997e
fix readme
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
wangmin
7d1194f406
add resnet_thor readme of cn
4 years ago
wangmin
41bdb1e4cf
fix thor train failed
4 years ago
bai-yangfan
b4e020d081
dataset_attr_name
4 years ago
bai-yangfan
a9cba56191
mode_train
4 years ago
peixu_ren
9a81b50e43
Refactor Cholesky to CholeskyTrsm
4 years ago
chenzomi
44bf4c3e37
[ME] format code
4 years ago
chenzomi
5b769dfb20
[ME] Bug fix
4 years ago
wangmin
675544428d
fix readmefile for resnet50_thor
4 years ago
chenzomi
d471d32e87
[ME] change `check_integer` to format `check_positive_int` and `check_integeter`
4 years ago
chenzomi
d4e8e94981
[ME] delete check_bool and replace with Validate.check_bool
4 years ago
wangmin
6cf4f5e217
add resnet_thor export file
4 years ago
mindspore-ci-bot
a712489a28
!6643 Modifying the hardware information in Readme.
...
Merge pull request !6643 from linqingke/modelzoo
4 years ago
VectorSL
48db7f8c4f
gpu change bncast
4 years ago
linqingke
3f7a5ed394
README A+X to A+K
4 years ago
wangmin
3120e51e7c
add bert_thor hub file
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
31ad1654a1
!6267 delete redundant codes in model zoo
...
Merge pull request !6267 from zhaoting/clean_warnings
4 years ago
dayschan
59d9f8bf6a
remove importing _selected_ops from model_zoo
4 years ago
zhaoting
d421f49e60
delete redundant codes
4 years ago
mindspore-ci-bot
182771618c
!6208 fix the uploaded date and Mindspore version of resnet_thor readme file
...
Merge pull request !6208 from wangmin0104/master
4 years ago
wangmin
e42639a02d
fix readmefile
4 years ago
root
ec947ebf3d
modify the ckpt path
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
lichenever
2e5e526e55
fix_model_zool_resnet50_script_bug
4 years ago
wangnan39@huawei.com
fdac02feed
delete DataWrapper and optim Model
4 years ago
linqingke
845ff342ed
Save the GPU backend multi card output in different folders.
4 years ago
wangmin
cf68f4a237
note about bs and frequency of readme file
4 years ago
Eric
5371442786
Fixes model_zoo with minddata API change
4 years ago
nhussain
3bac9d3713
switch input columns and operation
...
change ImagefolderDV2 name
change ds.transforms.vision to ds.vision
change batch api to match map api more closely
compose op changes
test_pylint
remove compose op from vision, move to transform module, refactor map and batch to use column_order
4 years ago
mindspore-ci-bot
4535faa2b0
!5837 [AutoParallel]Rectification allreduce fusion api
...
Merge pull request !5837 from lichen/rectification_allreduce_fusion_api
4 years ago
lichenever
f2d3fd34ce
rectification_allreduce_fusion_api
4 years ago
wangmin
3349d4372b
fix thor optimizer interface
4 years ago
wangmin
b035890128
allreduce fusion
5 years ago