philipperemy / deep-speaker

Deep Speaker: an End-to-End Neural Speaker Embedding System.
MIT License
905 stars 241 forks source link

impact of using delta, trim_silence in training #92

Closed zabir-nabil closed 3 years ago

zabir-nabil commented 3 years ago

HI, I see you removed the delta features and trimming silence from the training code. Did you experiment with that? Is it worth it using them?

philipperemy commented 3 years ago

@zabir-nabil It's because they were using it in the paper (from what I can remember). That's why I removed them. I haven't tried to see if it had any value but I can bet it does.

philipperemy commented 3 years ago

Trimming silence is a must I guess. I think it's done in the code (with a simple VAD technique)