Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/andabi/deep-voice-conversion
/ remove_all_files
Function
remove_all_files
utils.py:27–30 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
25
26
27
def
remove_all_files(path):
28
files = glob.glob(
'{}/*'
.format(path))
29
for
f in files:
30
os.remove(f)
31
32
33
def
normalize_0_1(values, max, min):
Callers
1
train2.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected