yolo.py bug fix

pull/1/head
Glenn Jocher 5 years ago
parent 02445d176d
commit 2b1892430f

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

Loading…
Cancel
Save