jhlau / doc2vec

Python scripts for training/testing paragraph vectors
Apache License 2.0
644 stars 192 forks source link

worker_count == No of Cores in we want to use ? in this line https://github.com/jhlau/doc2vec/blob/158df84b83c1b2b3038c420df03a3f063f7a50be/train_model.py#L14 #32

Closed amitjslearn closed 4 years ago

amitjslearn commented 4 years ago

https://github.com/jhlau/doc2vec/blob/158df84b83c1b2b3038c420df03a3f063f7a50be/train_model.py#L14 What does the variable worker_count mean? Does it imply the number of cores we want to use? When worker_count = -1, does it mean, use all cores/processes (will it be applicable here)?

jhlau commented 4 years ago

Yeap.