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

Any t-PIT loss calculation included? #2

Open
shincling opened this issue Jan 27, 2020 · 2 comments
Open

Any t-PIT loss calculation included? #2

shincling opened this issue Jan 27, 2020 · 2 comments

Comments

@shincling
Copy link

Seems the loss in current code is based on uPIT.
In your papers, the tPIT seems get obvious better performance.
Will you add this part?
另外,Yuzhou不知道可不可以加个微信认识一下? 我是自动化所,现在在JHU访学。

@shincling
Copy link
Author

Update:
Seems I made some misunderstanding, after reading the code, I fould current version is actually based on tPIT. You treated the fist size of Y1R ( Y1I, Y2R.....) as batch_size*Time. And take each frame in each mixed sample as an independent element to calculate the loss and permutation. So it is the tPIT I guess. Is it right ?

def PIT_cost(Y1R,Y1I,Y2R,Y2I,EST1,EST2,SIG,_seq_len):

@yuzhou-git
Copy link
Owner

Yes. The current version uses tPIT loss to reorganize frames, and calculate SNR on an utterance level.

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