Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
def
swp_extension(file, ext):
161
return
os.path.splitext(file)[0] + ext
162
163
164
def
pad_both_ends(tensor, left, right, dim=0):
Callers
1
save_video
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected