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
3aab2c31
Commit
3aab2c31
authored
Oct 02, 2018
by
Benjamin Thomas Graham
Browse files
fix precompute function
parent
954223a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sparseconvnet/inputBatch.py
sparseconvnet/inputBatch.py
+2
-2
No files found.
sparseconvnet/inputBatch.py
View file @
3aab2c31
...
@@ -75,9 +75,9 @@ class InputBatch(SparseConvNetTensor):
...
@@ -75,9 +75,9 @@ class InputBatch(SparseConvNetTensor):
Use size == 3 if downsizing with size-3 stride-2 operations
Use size == 3 if downsizing with size-3 stride-2 operations
"""
"""
if
size
==
2
:
if
size
==
2
:
self
.
metadata
.
generateRuleBooks2s2
(
self
.
metadata
)
self
.
metadata
.
generateRuleBooks2s2
()
if
size
==
3
:
if
size
==
3
:
self
.
metadata
.
generateRuleBooks3s2
(
self
.
metadata
)
self
.
metadata
.
generateRuleBooks3s2
()
"Deprecated method names."
"Deprecated method names."
def
addSample
(
self
):
def
addSample
(
self
):
...
...
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