MCPcopy Create free account
hub / github.com/cszn/BSRGAN / test_split

Function test_split

utils/utils_model.py:172–174  ·  view source on GitHub ↗
(model, L, refield=32, min_size=256, sf=1, modulo=1)

Source from the content-addressed store, hash-verified

170
171
172def test_split(model, L, refield=32, min_size=256, sf=1, modulo=1):
173 E = test_split_fn(model, L, refield=refield, min_size=min_size, sf=sf, modulo=modulo)
174 return E
175
176
177'''

Callers 1

test_modeFunction · 0.85

Calls 1

test_split_fnFunction · 0.85

Tested by

no test coverage detected