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

In f_embedding, h_c is never used #17

Open
Stone1973 opened this issue Jan 9, 2019 · 0 comments
Open

In f_embedding, h_c is never used #17

Stone1973 opened this issue Jan 9, 2019 · 0 comments

Comments

@Stone1973
Copy link

Line 82 of one_shot_learning_network.py,
x, h_c = fw_lstm_cells_encoder(inputs=target_set_embeddings, state=c_h)
h_c should be used as the c_h[0] for the next call of fw_lstm_cells_encoder

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