drethage / speech-denoising-wavenet

A neural network for end-to-end speech denoising

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type error

sdlfjsdlfkh opened this issue · comments

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!

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