drethage / speech-denoising-wavenet

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

requirements doesn't include TF #32

Open Vichoko opened 5 years ago

Vichoko commented 5 years ago

Requirements.txt doesn't specify tensorflow version needed.

kevinjesse commented 5 years ago

I used tensorflow-gpu 1.14 and updated to use keras 2.2.4-tf on a tensorflow-gpu-py3 docker file :)

Fomalhautwx commented 9 months ago

I switched the keras backend to theano...so that tf is not required