Open nagadit opened 4 years ago
@good-mouse 300d vectors are mostly a overkill and will result in at least 4x performance degradation.
If you really need support for 300d vectors inside the library, please consider making a PR. I will be more than happy to help if you need any guidance for that.
@bedapudi6788 I thought you mean PR as an advertisement 😄
I have glove 300d vectors only. Change pls code here and here to this:
def train(x, y, vx, vy, epochs, batch_size, save_folder, glove_path, dim_glove=100)
andmodel = seqtag_keras.Sequence(embeddings=embeddings, word_embedding_dim=dim_glove, word_lstm_size = dim_glove)
tnx