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

what is format of embeddings of the input password string? #34

Open
imtiyazuddin opened this issue Jun 15, 2023 · 0 comments
Open

what is format of embeddings of the input password string? #34

imtiyazuddin opened this issue Jun 15, 2023 · 0 comments

Comments

@imtiyazuddin
Copy link

Hi, I was able to load the model from weight.h5 and using arch.txt. Now I want to test this model by giving some sample inputs. I tried

model.predict('123456789')

but I am getting input size mismatch. It is expecting input shape to be (None, 10,51) but I am not sure how to convert my input string '123456789' to that shape. I tried to look into the code and found that you are using encode_many and encode_into methods for encoding. But I was not able to get the desired embedding for my input, kindly help

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