Closed mullenba closed 7 years ago
Duplicate of #1019 – but this is a very useful minimal triggering case, thank you! I'll be closing this as a duplicate, for further discussion to occur there.
FYI, build_vocab(..., update=True)
vocabulary-expansion feature was only developed & tested with respect to Word2Vec
– thus this sort of bug when used via inheritance in Doc2Vec
.
I've tried this basic code on both Linux and Windows. I'm trying to do some online training and it seems like after a couple passes it throws a seg fault.
Code to recreate problem.
Here's the output running in Windows Idle. Python 3.5.2
Passes 1-3 go quick, then a long pause and Linux throws a segmentation fault, Windows throws an unspecified error.