MCPcopy
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
27def remove_all_files(path):
28 files = glob.glob('{}/*'.format(path))
29 for f in files:
30 os.remove(f)
31
32
33def normalize_0_1(values, max, min):

Callers 1

train2.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected