updates
This commit is contained in:
parent
07c8a03aa0
commit
d498193456
|
@ -222,8 +222,7 @@ class Darknet(nn.Module):
|
||||||
|
|
||||||
def forward(self, x, var=None):
|
def forward(self, x, var=None):
|
||||||
img_size = x.shape[-2:]
|
img_size = x.shape[-2:]
|
||||||
layer_outputs = []
|
output, layer_outputs = [], []
|
||||||
output = []
|
|
||||||
verbose = False
|
verbose = False
|
||||||
if verbose:
|
if verbose:
|
||||||
print('0', x.shape)
|
print('0', x.shape)
|
||||||
|
|
Loading…
Reference in New Issue