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

Load the GRNN model and vocab where they are used #7

Open
sathvikn opened this issue Jan 27, 2024 · 0 comments
Open

Load the GRNN model and vocab where they are used #7

sathvikn opened this issue Jan 27, 2024 · 0 comments

Comments

@sathvikn
Copy link
Member

Currently, we load the GRNN model when the surprisal module is loaded. It is not always necessary and we need to specify which version of the model to use.

As developers, we need to make sure irrelevant data are not loaded when we are just importing functions from the surprisal library (i.e. for analysis), and make it easy to change the path to the model we are using.

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