Using Gensim shows “Slow version of gensim.models.doc2vec being used”
I am trying to run a program using the Gensim library of the Python with the version 3.6. Whenever I ran the program, I came across these statements: C:\Python36\lib\site-packages\gensim-2.0.0-py3.6-win32.egg\gensim\utils.py:860: UserWarning: detected Windows; aliasing chunkize to chunkize_serial warnings.warn("detected Windows; aliasing chunkize to chunkize_serial") Slow version of gensim.models.doc2vec is being used I do not understand what is the meaning behind Slow version of gensim.models.doc2vec is being used . How the gensim is selecting the slow version and if I want the fastest