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

Validattion code for Overall Performance? #3

Closed
xmu-xiaoma666 opened this issue Mar 12, 2023 · 3 comments
Closed

Validattion code for Overall Performance? #3

xmu-xiaoma666 opened this issue Mar 12, 2023 · 3 comments
Labels
good first issue Good for newcomers

Comments

@xmu-xiaoma666
Copy link

Thanks for your great job.
I notice that only Unique and Multiple performances are provided in your code. Can you share validation code for Overall Performance?

@yanmin-wu
Copy link
Owner

Thanks for your interest.
You can double-check it. In fact, the overall performance is already provided. Our final performance is determined using the semantic alignment results from the last layer of the Decoder. As shown below.

Screenshot from 2023-03-12 21-19-29

@xmu-xiaoma666
Copy link
Author

Thanks for your great response. I find the performance for each head is 0. Do you konw why this happens?
image

@yanmin-wu
Copy link
Owner

I apologize for forgetting to comment out these two lines. L174 - L175

# note only consider the last layer
if prefix != 'last_':
   continue

I only kept the evaluation output of the last layer. Actually, you only need to refer to the results from this layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants