Rudolf A. Braun

Results 47 comments of Rudolf A. Braun

So how does one fix this? I do not understand @dominichamon 's answer.

``` online-ivector-feature-cuda-kernels.cu:19:10: fatal error: cudafeat/online-ivector-feature-cuda-kernels.h: No such file or directory #include "cudafeat/online-ivector-feature-cuda-kernels.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. ``` I am getting this error when running `make depend`. I'm using `--shared` and passing...

Okay so the pytorch documentation has said for years that DistributedDataParallel is always better than DataParallel (even when running on just one node), so I think it's important to make...

Latest commit is result of merging mine and guille's implementations. Best to ignore commonvoice files as those are not up-to-date and I'd like to focus on getting the librespeech implementation...

I've refactored a lot, cleaned things up, added more docstrings, think it's worth going through another review. Some things I still plan to do: - I think the `W2VLatentEncoder` object...

There are definitely some changes needed for `core.py` (for example `no_sync()`), did I understand you correctly that you would prefer for these to be in a different PR? @TParcollet

There's the PR #1449 that needs to be merged first. I recently figured out one thing that was causing bad performance, but there's still one more issue remaining (get significantly...

have updated the PR, before merging I need to attach outputs of a build, think it would be nice if someone else could do the pretraining to confirm it works!