MCPcopy Index your code
hub / github.com/MTG/DeepConvSep / compute_transform

Method compute_transform

transform.py:80–131  ·  view source on GitHub ↗

Compute the features for a given set of audio signals. The audio signal \"audio\" is a numpy array with the shape (t,i) - t is time and i is the id of signal Depending on the variable \"save\", it can save the features to a binary file, accompanied by a shape file,

(self,audio, out_path=None, phase=False, save=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 14

__call__Method · 0.80
__call__Method · 0.80
train_autoFunction · 0.80
train_autoFunction · 0.80

Calls 2

compute_fileMethod · 0.95
saveTensorMethod · 0.95

Tested by

no test coverage detected