argmax error
Opened this issue · 2 comments
Deleted user commented
I am running python 2.7 64-bit with latest scipy and numpy.
The first demo works with the multiple speakers, but for the speech enhancement task, I get error:
argMaxGCCNMF = argmax(gccNMF, axis=1)
NameError: name 'argmax' is not defined
how to fix this? Thank you!
Deleted user commented
Nevermind, I solved it myself, the gccNMFFunctions was missing the argmax and take numpy functions. All good now. :)
seanwood commented
Thanks!