drethage / speech-denoising-wavenet

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

Readme requirements #33

Open Vichoko opened 5 years ago

Vichoko commented 5 years ago

Readme requirements doesn't specify python version.

bmachin commented 5 years ago

After adding tensorflow to the requirements. this seems to work fine on python 2.7.x :)

GrahamboJangles commented 5 years ago

@bmachin - Tensorflow, from what I understand, does not support Python 2.7. I'm not sure how you got it to work...

OscarXingLuo commented 5 years ago

@Vichoko python version is 2.7 @bmachin this code is run on theano backend, could you explain how you got tensorflow to be compatible?

bmachin commented 4 years ago

This is probably not relevant anymore, but in case you're stil wondering, I just ran pip install tensorflow from my python2.7.14 virtualenv.

https://www.tensorflow.org/install/pip?lang=python2#nav-buttons-1

I hope this helps.

yunzqq commented 4 years ago

Hi, bmachin,

I want to know the parameter size of wanenet? But i use the python 3, there are some problems on them. I just want to know the size of this model. Can you tell me the results of model.summary()? Thank you very much!

yunzqq commented 4 years ago

After adding tensorflow to the requirements. this seems to work fine on python 2.7.x :)

Hi, bmachin,

I want to know the parameter size of wanenet? But i use the python 3, there are some problems on them. I just want to know the size of this model. Can you tell me the results of model.summary()? Thank you very much

bmachin commented 4 years ago

Hey @yunzqq , unfortunately I don't have this environment setup anymore and it takes a while to do it so I won't be able to help you atm :/