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

eval batch_size? #3

Open
cama36 opened this issue Aug 3, 2023 · 1 comment
Open

eval batch_size? #3

cama36 opened this issue Aug 3, 2023 · 1 comment

Comments

@cama36
Copy link

cama36 commented Aug 3, 2023

Hello, is it necessary to set batch_size to 1 in the process of eval? Because I found that if batch_size!=1, the resulting blocks will not be merged. Does this have something to do with post-processing?

@bxiang233
Copy link
Collaborator

Hello, is it necessary to set batch_size to 1 in the process of eval? Because I found that if batch_size!=1, the resulting blocks will not be merged. Does this have something to do with post-processing?

Hi! Yes, the batch_size should be 1. It is the block_merging algorithm which is presented in the original paper and you could find the pseudocode in our paper. Hope it will answer your question. :)

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