MCPcopy
hub / github.com/WongKinYiu/PyTorch_YOLOv4 / info

Method info

models/models.py:563–564  ·  view source on GitHub ↗
(self, verbose=False)

Source from the content-addressed store, hash-verified

561 self.info() if not ONNX_EXPORT else None # yolov3-spp reduced from 225 to 152 layers
562
563 def info(self, verbose=False):
564 torch_utils.model_info(self, verbose)
565
566
567def get_yolo_layers(model):

Callers 6

__init__Method · 0.95
fuseMethod · 0.95
train.pyFile · 0.80
trainFunction · 0.80
select_deviceFunction · 0.80
model_infoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected