MatchingNetworks icon indicating copy to clipboard operation
MatchingNetworks copied to clipboard

In f_embedding, h_c is never used

Open Stone1973 opened this issue 6 years ago • 0 comments

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

Stone1973 avatar Jan 09 '19 06:01 Stone1973