MCPcopy Create free account
hub / github.com/MStypulkowski/diffused-heads / swp_extension

Function swp_extension

utils.py:160–161  ·  view source on GitHub ↗
(file, ext)

Source from the content-addressed store, hash-verified

158
159
160def swp_extension(file, ext):
161 return os.path.splitext(file)[0] + ext
162
163
164def pad_both_ends(tensor, left, right, dim=0):

Callers 1

save_videoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected