jhlau / doc2vec

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

vector_size = 300 : Can I increase the vector size while using the Associated Press News DBOW (0.6GB) #33

Closed amitjslearn closed 4 years ago

amitjslearn commented 4 years ago

https://github.com/jhlau/doc2vec/blob/158df84b83c1b2b3038c420df03a3f063f7a50be/train_model.py#L7 In the above line can I increase the vector_size while fine-tuning it with Associated Press News DBOW (0.6GB).

jhlau commented 4 years ago

No. You'd have to train from scratch.

amitjslearn commented 4 years ago

No. You'd have to train from scratch.

But, I am able to train it, completed 50% till now, still its training

ShrikanthSingh commented 4 years ago

No. You'd have to train from scratch.

But, I am able to train it, completed 50% till now, still its training

Did you train using the same "toy_data/train_docs.txt" given in the repository ?

amitjslearn commented 4 years ago

No, I had my own corpus.