yolo.py bug fix

pull/408/head
Glenn Jocher 2020-07-13 15:21:19 -07:00
parent 02445d176d
commit 2b1892430f
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ class Model(nn.Module):
# Init weights, biases
torch_utils.initialize_weights(self)
self._initialize_biases() # only run once
torch_utils.model_info(self)
self.info()
print('')
def forward(self, x, augment=False, profile=False):