justin-shopcapsule commited on
Commit
498022f
·
1 Parent(s): 9e8ae60

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -70,6 +70,7 @@ def make_layer(basic_block, num_basic_block, **kwarg):
70
  return nn.Sequential(*layers)
71
 
72
 
 
73
  class ResidualBlockNoBN(nn.Module):
74
  """Residual block without BN.
75
 
 
70
  return nn.Sequential(*layers)
71
 
72
 
73
+
74
  class ResidualBlockNoBN(nn.Module):
75
  """Residual block without BN.
76