huchunmei
|
64347edd68
|
modify msg
|
4 years ago |
huchunmei
|
9641c327e4
|
modify msg
|
4 years ago |
tacyi139
|
aa943073c2
|
code error fix
|
4 years ago |
huchunmei
|
a4b41a15eb
|
update api docs
|
4 years ago |
i-robot
|
edad96be95
|
!23775 update api documentations
Merge pull request !23775 from huchunmei/master
|
4 years ago |
huchunmei
|
9212b55f40
|
update api doc
|
4 years ago |
dinglinhe
|
8d9b034b6d
|
update the error msg afteraudit
|
4 years ago |
wangshuide2020
|
9e1b390c41
|
add calculation picture of ScatterNd and add CPU platform for LogSigmoid, DenseBnAct, FTRL, etc.
|
4 years ago |
i-robot
|
92fa257aeb
|
!23130 Update the operator in order to let users better understand the reason for the error of the operator part: loss and others
Merge pull request !23130 from dinglinhe/dlh_code_ms_I43QY0_loss
|
4 years ago |
dinglinhe
|
bed4762573
|
the api others and loss rectification for easy to use
|
4 years ago |
wangshuide2020
|
0368548960
|
add roi_end_mode attr for ROIAlignGrad and print more detail when it raises exception for Conv2d.
|
4 years ago |
wangshuide2020
|
98ab7efc80
|
update documentation of HSigmoid, Tanh, Conv2d, etc.
|
4 years ago |
王南
|
ce58c152a4
|
fix bug of layer print
|
4 years ago |
王南
|
28607c906e
|
fix some log bug
|
4 years ago |
dinglinhe
|
b1b4375417
|
Rectification of operator ease of use part 2
|
4 years ago |
wangshuide2020
|
185ddbbe66
|
remove the redundant code, add docstring of operator init and add default value for args.
|
4 years ago |
wangshuide2020
|
9877a491dc
|
fix the format, extract function and del redundant code.
|
4 years ago |
changzherui
|
d9e2da299d
|
Revert "!16599 c++ infer for conv2dbackpropfilter and conv2dbackpropinput"
This reverts commit 3be79efd808f54b6e66fa45f26e601e5a143ae76, reversing
changes made to cf4479756a.
|
4 years ago |
mindspore-ci-bot
|
ba4c72d1e3
|
!17023 fix the format and line too long problem.
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
|
4 years ago |
wangshuide2020
|
aeafe04f5b
|
fix the format and line too long problem.
|
4 years ago |
mindspore-ci-bot
|
eaa04df55f
|
!16910 ME conv2d with bias fix format bug
From: @VectorSL
Reviewed-by: @cristoval,@wilfchen
Signed-off-by: @wilfchen
|
4 years ago |
VectorSL
|
b7308ac5f9
|
conv2d with bias fix format bug
|
4 years ago |
changzherui
|
ea04c4304f
|
Revert "!16693 add Conv2dTranspose"
This reverts commit a2f50fb7db2fe1ae588b11e08fc51fe2398114ef, reversing
changes made to 4735ec3296.
|
4 years ago |
changzherui
|
2c41833cfa
|
add Conv2dTranspose
|
5 years ago |
wangshuide2020
|
944226e4ed
|
detele useless right brackets of Conv2d and update documentation of NMSWithMask.
|
5 years ago |
tom__chen
|
94ff2fd30f
|
conv3d grad gpu op
|
5 years ago |
dinglinhe
|
a9df5edec7
|
Update Conv3d descriptions
|
5 years ago |
dinglinhe
|
da4683b64c
|
update docs about the shape for conv2d output shape formula
|
5 years ago |
liuhe
|
e30e6fa0ca
|
update document of conv3d
|
5 years ago |
liuhe
|
d38cdbc8ae
|
update document of Conv3d
|
5 years ago |
liuxiao93
|
57a75bb455
|
Modified pad validator of conv3d.
|
5 years ago |
liuxiao93
|
b13a8e407e
|
fix-some-api-bug
|
5 years ago |
liuxiao93
|
d91cf86d2d
|
Add nn.Conv3d and nn.Conv3dTranspose.
|
5 years ago |
wangyanling
|
6268f660fb
|
add cpu broadcast_to op
|
5 years ago |
wangshuide2020
|
28bf0b4fe2
|
add raises description for Adam, Lamb, Momentum, etc. operators.
|
5 years ago |
wangshuide2020
|
30f99f2722
|
add raises description for BCELoss, ReLU, BatchNorm1d, etc. operators.
|
5 years ago |
zhangyi
|
60ac42adca
|
fix api comments.
|
5 years ago |
zhangyi
|
5b5cfee0b1
|
fix some api comments.
|
5 years ago |
jjfeing
|
1984cf8e20
|
unify mindir
|
5 years ago |
lihongkang
|
def7fca51f
|
fix bugs
|
5 years ago |
JunYuLiu
|
1eaa4a30dd
|
Add labels to python files
|
5 years ago |
zhangz0911gm
|
dda18138c1
|
t# This is a combination of 2 commits.
updating notes of pynative in nn_layer
|
5 years ago |
caozhou
|
131b3e3933
|
add formula and result
|
5 years ago |
VectorSL
|
509b25ef1e
|
gpu nhwc
|
5 years ago |
chenzomi
|
acadb694aa
|
[ME] delete reduant function in check_parameter
|
5 years ago |
chenzomi
|
cabb387545
|
[ME] change `check_lega_float_value` to `check_is_float` and add `check_is_int`
|
5 years ago |
chenzomi
|
d471d32e87
|
[ME] change `check_integer` to format `check_positive_int` and `check_integeter`
|
5 years ago |
chenzomi
|
d4e8e94981
|
[ME] delete check_bool and replace with Validate.check_bool
|
5 years ago |
chenzomi
|
6c9b6d491d
|
[ME]delete ParamValidator and change all to Validator
|
5 years ago |
chenzomi
|
d5ae6fdd84
|
code format for nn.layer
|
5 years ago |