MatchingNetworks
MatchingNetworks copied to clipboard
In f_embedding, h_c is never used
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