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

Data size and decoding time #82

Open
gaetanboulard opened this issue Oct 1, 2018 · 0 comments
Open

Data size and decoding time #82

gaetanboulard opened this issue Oct 1, 2018 · 0 comments

Comments

@gaetanboulard
Copy link

Should decoding time really be proportional to the size of the training data?

Context:
I have trained 2 models using the same parameters.
The 2nd model trained on twice as much data, which resulted in bigger char and work mappings.

While decoding my test dataset, I observed that the 2nd model took twice as long.

It is my understanding that once the weights are set in training, the size of our vocabulary should have almost no impact on decoding.

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