Unverified Commit 8b261bf2 authored by Ben Graham's avatar Ben Graham Committed by GitHub
Browse files

Tidy

parent 9f6ebfe7
...@@ -335,10 +335,3 @@ class VerboseIdentity(torch.nn.Module): ...@@ -335,10 +335,3 @@ class VerboseIdentity(torch.nn.Module):
def forward(self, x): def forward(self, x):
print(x) print(x)
return x return x
class SparseGroupNorm(torch.nn.GroupNorm):
def forward(self,x):
return scn.SparseConvNetTensor(
super().forward(x.features),
x.metadata,
x.spatial_size)
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