Commit c8e8db32 authored by Benjamin Thomas Graham's avatar Benjamin Thomas Graham
Browse files

tidy

parent 1eb309ec
...@@ -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):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment