Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preprocessing of Dataset to feed into LSTM #12

Open
divyeshrajpura4114 opened this issue May 27, 2019 · 3 comments
Open

Preprocessing of Dataset to feed into LSTM #12

divyeshrajpura4114 opened this issue May 27, 2019 · 3 comments

Comments

@divyeshrajpura4114
Copy link

Can you please explain procedure or different steps to pre-process data before feed to LSTM. I am working on paper by Zhuo Chen on "Speaker-Independent Speech Separation With Deep
Attractor Network"
, but I am not able to create batches because each audio file have different no of frames. So how do you handle variable length input to LSTM? I know techniques like padding sequence, but I dont think that would be effective because difference of no of frames is much large.

@aishoot
Copy link
Owner

aishoot commented May 28, 2019

Hi, you can read those two files tfrecords_io.py and run_lstm.py.

@divyeshrajpura4114
Copy link
Author

Ok. I will look into that. Thank You...

@nagasaibharath
Copy link

nagasaibharath commented Jun 13, 2019

If we are able to create our own mixed wav files, then is there any need for getting SNR Signals of the Audio files?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants