Jeff Daily

Results 186 comments of Jeff Daily

Note that the CMakeLists.txt refactor was reverted. Let's first focus on landing this PR that adds RNN-T for ROCm, then a follow-up PR that modernizes the CMake files.

> Please guard USE_ROCM with CMake version check (as TorchAudio should be builder on systems with CMake older than 3.21) > > Also, can you please add an explanation why...

This is a generic out of memory error being reported from the C parasail library. Could you provide more information about the sizes of your input sequences, the "bigger task"?...

It's been too long. I'm having to go back through my code to see how much memory it uses. Roughly, an alignment uses 3 NxM arrays and 1 length N...

I just committed b0a6d0bf74b9a54072ea12ee0976dd19f69c1553. I haven't waited to verify the travis build log, but I have attempted to force the use of `glibtool` and `glibtoolize` on OSX.

This might be related to #65. I was trying to push out a quick release while also switching over from very old travis-ci automation to github actions, and the osx...

Do you have homebrew? For Intel OSX wheels, doing `brew install automake` is how I get past this in the github action workflow. Your request got me curious if I...

Which alignment function are you using? local, global, semi-global? > When there are same score alignment end points, choose the most right one. There was a recent request for allowing...

@huydhn @malfet @atalman this PR should fix some of our distributed tests.