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

Test data partition in evaluation() #10

Open
jeremytanjianle opened this issue Feb 22, 2020 · 2 comments
Open

Test data partition in evaluation() #10

jeremytanjianle opened this issue Feb 22, 2020 · 2 comments

Comments

@jeremytanjianle
Copy link

jeremytanjianle commented Feb 22, 2020

Hi, absolutely love the repo and the paper. Congratulations on developing this.

Would just like to ask about the evaluation function in main.py

Line 275: preds is derived from normalized_data_batch_1 but data_batch_2 is a different set of document altogether.

recon_loss = -(preds * data_batch_2).sum(1) 

What does recon_loss mean if it matches the reconstruction of one set of documents against a different set of documents?

@yilunzhao
Copy link

Same question here

@kkew3
Copy link

kkew3 commented Dec 29, 2023

IMHO data_batch_1 is a batch of first halve of documents and data_batch_2 is a batch of second halve of the same documents, namely document completion task.

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

3 participants