seq2vec icon indicating copy to clipboard operation
seq2vec copied to clipboard

Transform sequence of words into a fix-length representation vector

Results 7 seq2vec issues
Sort by recently updated
recently updated
newest added

Hi, can you kindly update the requirements.txt file with the correct version of all modules? Thanks a lot

I tried to execute every single example from the initial README page, but everything throws different errors. ``` transformer = Seq2VecR2RWord( word2vec_model=word2vec, max_length=max_length, latent_size=200, encoding_size=300, learning_rate=0.05 ) Traceback (most recent...

I am trying to execute the LSTM to LSTM auto-encoder with word embedding (RNN to RNN architecture) example. I have already trained my own word2vec model via gensim and saved...

- [ ] modified readme - [ ] Since the version on pip is 0.6.0, but the released version is 0.4.0. - [ ] New new pip version and new...