MCPcopy
hub / github.com/black0017/MedicalZooPytorch / roundup

Function roundup

lib/visual3D_temp/viz.py:37–38  ·  view source on GitHub ↗
(x, base=32)

Source from the content-addressed store, hash-verified

35
36
37def roundup(x, base=32):
38 return int(math.ceil(x / base)) * base
39
40
41def non_overlap_padding(args, full_volume, model,criterion, kernel_dim=(32, 32, 32)):

Callers 2

non_overlap_paddingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected