MCPcopy Index your code
hub / github.com/TorchSSL/TorchSSL / test_net_builder

Function test_net_builder

utils.py:78–81  ·  view source on GitHub ↗
(net_name, from_name, net_conf=None)

Source from the content-addressed store, hash-verified

76
77
78def test_net_builder(net_name, from_name, net_conf=None):
79 builder = net_builder(net_name, from_name, net_conf)
80 print(f"net_name: {net_name}, from_name: {from_name}, net_conf: {net_conf}")
81 print(builder)
82
83
84def get_logger(name, save_path=None, level='INFO'):

Callers

nothing calls this directly

Calls 1

net_builderFunction · 0.85

Tested by

no test coverage detected