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
{{ message }}
This repository was archived by the owner on Apr 30, 2021. It is now read-only.
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)
and model = seqtag_keras.Sequence(embeddings=embeddings, word_embedding_dim=dim_glove, word_lstm_size = dim_glove)
tnx