Michele Tufano
Michele Tufano
@shamanez , let's say I generate pre-trained word-embeddings for each word in my vocabulary (using glove/word2vec). How do I feed both the words and word embeddings to seq2seq? Do I...
I'm looking for the same thing! @rottik , did you find out how to do that?
I am trying to replicate exactly the results of the Tang paper in Figure 3a (Dataset A). **Dataset** The [dataset](https://github.com/davharris/mistnet/files/917499/data.zip) is formed by: - `X.csv` is the one-dimensional input; -...