Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
df02e730
Commit
df02e730
authored
Jan 08, 2020
by
Zhi
Committed by
Tianqi Chen
Jan 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce input size to fix oom (#4653)
parent
bc0274d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
topi/tests/python/test_topi_conv2d_NCHWc.py
+1
-1
topi/tests/python/test_topi_conv2d_int8.py
+1
-1
topi/tests/python/test_topi_conv2d_nchw.py
+2
-2
No files found.
topi/tests/python/test_topi_conv2d_NCHWc.py
View file @
df02e730
...
...
@@ -229,7 +229,7 @@ def test_conv2d_NCHWc():
verify_conv2d_NCHWc
(
1
,
64
,
56
,
64
,
1
,
1
,
"VALID"
)
verify_conv2d_NCHWc
(
1
,
388
,
56
,
64
,
3
,
1
,
"VALID"
)
verify_conv2d_NCHWc
(
1
,
512
,
19
,
64
,
1
,
1
,
"SAME"
)
verify_conv2d_NCHWc
(
1
,
64
,
2048
,
32
,
2
,
1
,
"SAME"
)
verify_conv2d_NCHWc
(
1
,
64
,
16
,
32
,
2
,
1
,
"SAME"
)
verify_conv2d_NCHWc
(
1
,
64
,
56
,
64
,
3
,
1
,
(
1
,
2
,
2
,
1
),
add_relu
=
True
)
verify_conv2d_NCHWc
(
1
,
64
,
56
,
64
,
5
,
2
,
(
1
,
3
),
add_bias
=
True
)
verify_conv2d_NCHWc
(
1
,
64
,
56
,
64
,
3
,
1
,
"VALID"
,
add_bias
=
True
,
add_relu
=
True
)
...
...
topi/tests/python/test_topi_conv2d_int8.py
View file @
df02e730
...
...
@@ -197,7 +197,7 @@ def test_conv2d_nchw():
verify_conv2d_NCHWc_int8
(
1
,
64
,
56
,
64
,
1
,
1
,
"VALID"
)
verify_conv2d_NCHWc_int8
(
1
,
388
,
56
,
64
,
3
,
1
,
"VALID"
)
verify_conv2d_NCHWc_int8
(
1
,
512
,
19
,
64
,
1
,
1
,
"SAME"
)
verify_conv2d_NCHWc_int8
(
1
,
64
,
2048
,
32
,
2
,
1
,
"SAME"
)
verify_conv2d_NCHWc_int8
(
1
,
64
,
16
,
32
,
2
,
1
,
"SAME"
)
verify_conv2d_NCHWc_int8
(
1
,
64
,
56
,
64
,
3
,
1
,
(
1
,
2
,
2
,
1
),
add_relu
=
True
)
verify_conv2d_NCHWc_int8
(
1
,
64
,
56
,
64
,
5
,
2
,
(
1
,
3
),
add_bias
=
True
)
verify_conv2d_NCHWc_int8
(
1
,
64
,
56
,
64
,
3
,
1
,
"VALID"
,
add_bias
=
True
,
add_relu
=
True
)
...
...
topi/tests/python/test_topi_conv2d_nchw.py
View file @
df02e730
...
...
@@ -194,9 +194,9 @@ def test_conv2d_nchw():
verify_conv2d_nchw
(
1
,
64
,
384
,
64
,
3
,
1
,
(
1
,
2
),
use_cudnn
=
True
)
verify_conv2d_nchw
(
1
,
64
,
56
,
64
,
1
,
1
,
"VALID"
)
verify_conv2d_nchw
(
1
,
388
,
56
,
64
,
3
,
1
,
"VALID"
)
verify_conv2d_nchw
(
1
,
64
,
128
0
,
48
,
3
,
1
,
"VALID"
,
use_cudnn
=
True
)
verify_conv2d_nchw
(
1
,
64
,
2
0
,
48
,
3
,
1
,
"VALID"
,
use_cudnn
=
True
)
verify_conv2d_nchw
(
1
,
512
,
19
,
64
,
1
,
1
,
"SAME"
)
verify_conv2d_nchw
(
1
,
64
,
2048
,
32
,
2
,
1
,
"SAME"
)
verify_conv2d_nchw
(
1
,
64
,
16
,
32
,
2
,
1
,
"SAME"
)
verify_conv2d_nchw
(
1
,
64
,
8
,
64
,
3
,
1
,
"SAME"
,
use_cudnn
=
True
)
verify_conv2d_nchw
(
1
,
64
,
56
,
64
,
3
,
1
,
(
1
,
2
,
2
,
1
),
add_relu
=
True
)
verify_conv2d_nchw
(
1
,
64
,
56
,
64
,
5
,
2
,
(
1
,
3
),
add_bias
=
True
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment