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

Is OPTM really faster? #1

Closed
mpariente opened this issue May 19, 2020 · 2 comments
Closed

Is OPTM really faster? #1

mpariente opened this issue May 19, 2020 · 2 comments

Comments

@mpariente
Copy link

Thanks a lot for the implementation, it's great to have to have all three possibilities in the same code-base to be able to benchmark those.

We have something similar in Asteroid, (PITLossWrapper)[https://github.com/mpariente/asteroid/blob/master/asteroid/losses/pit_wrapper.py#L8], which can convert any loss function into a PIT loss function.
I've had a look at the Hungarian algorithm in the past and thought about integrating it but I thought the time spent on CPU-GPU transfers would outweigh the gain of the Hungarian algorithm.

I cannot access your paper so I don't see if you made the experiments, but I guess yes. Did you actually gain some time or lose some time when using OPTMLoss against FastPITLoss?

Thanks,
Manu

@hbredin
Copy link

hbredin commented May 19, 2020

Salut Manu. Paper is here: https://www.isca-speech.org/archive/Odyssey_2020/pdfs/17.pdf

@mpariente
Copy link
Author

Thanks and sorry, only found the abstract earlier.
Well, this answers my question. I guess I'll have to use it then

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

2 participants