bazzmx
bazzmx
Add more or less epochs to the training, the default config is to save every 100 steps and the training lasts 200 epochs, try --for example-- training for 50 epochs...
So, I have a workaround but it is somewhat impractical. Obtain the vocabulary of your dataset, then create an embedding file similar to a word2vec or glove file (ie. word...
This is based on this [blog post](https://blog.keras.io/using-pre-trained-word-embeddings-in-a-keras-model.html) First generate a list of unique words in your vocabulary and obtain their corresponding elmo embbedings using elmoformanylangs using sent2elmo and save to...