PyTorch-YOLOv3 icon indicating copy to clipboard operation
PyTorch-YOLOv3 copied to clipboard

line 57 in train.py

Open PythonImageDeveloper opened this issue 6 years ago • 1 comments

Hi Why you use model.apply(weights_init_normal) after created the model? Is this line necessary?

PythonImageDeveloper avatar Aug 20 '19 12:08 PythonImageDeveloper

it not necessary,but network convergence is faster by weights_init_normal

daixiangzi avatar Mar 12 '20 08:03 daixiangzi