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

Accumulation steps is 9 in the code #8

Open
taolusi opened this issue Apr 4, 2022 · 0 comments
Open

Accumulation steps is 9 in the code #8

taolusi opened this issue Apr 4, 2022 · 0 comments

Comments

@taolusi
Copy link

taolusi commented Apr 4, 2022

As reported in the paper, the batch size for Cross-Document Coreference Resolution is 128, so the accumulation steps should be 8 when config.bathc_size is 16. But the accumulation steps seems to be 9 as in the code:

if (i + 1) % 9== 0:

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

1 participant