You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: