This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
change error type
tags/v0.3.0-alpha
zhaojichen
6 years ago
parent
1af894e25f
commit
d1add07b5a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/ut/python/pynative_mode/nn/test_pooling.py
+ 1
- 1
tests/ut/python/pynative_mode/nn/test_pooling.py
View File
@@ -38,7 +38,7 @@ def test_avgpool2d_error_input():
""" test_avgpool2d_error_input """
kernel_size = 5
stride = 2.3
with pytest.raises(
Valu
eError):
with pytest.raises(
Typ
eError):
nn.AvgPool2d(kernel_size, stride)
Write
Preview
Loading…
Cancel
Save