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

enable smooth reproduction #4

Open
matanox opened this issue Feb 27, 2020 · 1 comment · May be fixed by #5
Open

enable smooth reproduction #4

matanox opened this issue Feb 27, 2020 · 1 comment · May be fixed by #5

Comments

@matanox
Copy link

matanox commented Feb 27, 2020

Need to add the directory word_saved_models to the repository for smooth full reproduction of the models through the included notebooks:

# Save the model
model.save('word_saved_models/Linear-Token-{:.3f}.h5'.format((scores[1] * 100)))

Obviously this code fails as is.

@matanox
Copy link
Author

matanox commented Feb 27, 2020

Also need to add h5py to requirements.txt for enabling that line.

@elazarg elazarg linked a pull request Aug 5, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant