Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
SparseConvNet
Commits
81d65180
"examples/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "1c77531a501dee670d4b1d71e198b857f451ca55"
Commit
81d65180
authored
Sep 18, 2017
by
Ben Graham
Committed by
GitHub
Sep 18, 2017
Browse files
Add missing 'return'
parent
014fed37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PyTorch/sparseconvnet/legacy/deconvolution.py
PyTorch/sparseconvnet/legacy/deconvolution.py
+1
-1
No files found.
PyTorch/sparseconvnet/legacy/deconvolution.py
View file @
81d65180
...
@@ -103,4 +103,4 @@ class Deconvolution(SparseModule):
...
@@ -103,4 +103,4 @@ class Deconvolution(SparseModule):
return
s
return
s
def
suggestInputSize
(
self
,
out_size
):
def
suggestInputSize
(
self
,
out_size
):
(
out_size
-
self
.
filter_size
)
/
self
.
filter_stride
+
1
return
(
out_size
-
self
.
filter_size
)
/
self
.
filter_stride
+
1
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