MCPcopy
hub / github.com/FedML-AI/FedML / info

Method info

python/app/fedcv/object_detection/model/yolov5/models/yolo.py:237–238  ·  view source on GitHub ↗
(self, verbose=False, img_size=640)

Source from the content-addressed store, hash-verified

235 return self
236
237 def info(self, verbose=False, img_size=640): # print model information
238 model_info(self, verbose, img_size)
239
240 def _apply(self, fn):
241 # Apply to(), cpu(), cuda(), half() to model tensors that are not parameters or registered buffers

Callers 15

__init__Method · 0.95
fuseMethod · 0.95
__init__Method · 0.45
from_directoryMethod · 0.45
create_non_uniform_splitFunction · 0.45
load_partition_dataFunction · 0.45
set_model_paramsMethod · 0.45
testMethod · 0.45
test_on_the_serverMethod · 0.45
_compare_modelsMethod · 0.45
set_model_paramsMethod · 0.45
testMethod · 0.45

Calls 1

model_infoFunction · 0.90

Tested by 15

test_on_the_serverMethod · 0.36
test_on_the_serverMethod · 0.36
test_on_the_serverMethod · 0.36
test_on_the_serverMethod · 0.36
test_allMethod · 0.36
test_allMethod · 0.36
test_raw_data_loaderFunction · 0.36
test_allMethod · 0.36
test_allMethod · 0.36
test_allMethod · 0.36
test_allMethod · 0.36
test_allMethod · 0.36