rmenegaux / fastDNA

Other
23 stars 13 forks source link

print-sentence-vectors commented out #2

Open sdwfrost opened 4 years ago

sdwfrost commented 4 years ago

In the README.md, it says that one can get the embedding vectors using fastdna print-sentence-vectors; however, I note that this is commented out in the source code. I'd like to generate the embedding vectors, and don't really need the classification.

rmenegaux commented 4 years ago

Hi @sdwfrost, the print-sentence-vectors is indeed obsolete, use print-word-vectors to get the embedding of an arbitrarily long DNA sequence, it does what you expect print-sentence-vectors to do.