ソースを参照

yolo.py bug fix

5.0
Glenn Jocher 4年前
コミット
2b1892430f
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      models/yolo.py

+ 1
- 2
models/yolo.py ファイルの表示

@@ -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):

読み込み中…
キャンセル
保存