beinborn
Results
1
comments of
beinborn
Dear G., I had the same problem. The code runs well with Keras 0.3, but not with newer versions. I used this instead of the FixedEmbedding: embedding = Embedding(output_dim=embeddings.shape[1], input_dim=embeddings.shape[0],...