tensormsa icon indicating copy to clipboard operation
tensormsa copied to clipboard

Train Error in Doc2Vec

Open healess opened this issue 7 years ago • 0 comments

When I use Doc2Vec Model in Gensim, There is Error (Some Texts are OK but Some are not)

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) The file is neuralnet_node_d2v.py

Error occurs below code

model.train(train_data)

healess avatar Apr 03 '17 10:04 healess