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
c8e8db32
Commit
c8e8db32
authored
Sep 13, 2017
by
Benjamin Thomas Graham
Browse files
tidy
parent
1eb309ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
PyTorch/sparseconvnet/legacy/misc.py
PyTorch/sparseconvnet/legacy/misc.py
+1
-0
No files found.
PyTorch/sparseconvnet/legacy/misc.py
View file @
c8e8db32
...
@@ -8,6 +8,7 @@ import torch.legacy.nn as nn
...
@@ -8,6 +8,7 @@ import torch.legacy.nn as nn
from
.sequential
import
Sequential
from
.sequential
import
Sequential
from
.sparseModule
import
SparseModule
from
.sparseModule
import
SparseModule
from
.sparseConvNetTensor
import
SparseConvNetTensor
from
.sparseConvNetTensor
import
SparseConvNetTensor
from
.batchNormalization
import
BatchNormalization
class
Tanh
(
SparseModule
):
class
Tanh
(
SparseModule
):
def
__init__
(
self
):
def
__init__
(
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