drethage / speech-denoising-wavenet

A neural network for end-to-end speech denoising
MIT License
673 stars 165 forks source link

type error #18

Open sdlfjsdlfkh opened 6 years ago

sdlfjsdlfkh commented 6 years ago

System give a error: the parameter of data_expanded is float type, but it should be int type. So I switch the type to int, system also give a error: the parameter of data_expanded is int type, but it should float type. And I'm fuzzed!

bmachin commented 5 years ago

Which version of python are you trying to run this on?