skip-thoughts
skip-thoughts copied to clipboard
skipthoughts.encode is very slow on large number of sentences
If the number of sentences I'm trying to encode (i.e., the list X in the encode function in skipthoughts.py) is large - say around 10K or 100K then it takes a very long time to run encode. What can be done to speed it up? It's seems the theano functions - 'w2v' and 'w2v2' - are very slow. Any help will be really appreciated... thanks!
Hi have you found a solution to speed up the encoding of large number of sentences? Thanks