Skip to content

Commit

Permalink
Fix train error of ConcatenatedDoc2Vec in doc2vec-IMDB (#1377)
Browse files Browse the repository at this point in the history
* fix the compatibility between python2 & 3

* require explicit corpus size, epochs for train()

* make all train() calls use explicit count, epochs

* add tests to make sure that ValueError is indeed thrown

* update test

* fix the word2vec's reset_from()

* require explicit corpus size, epochs for train()

* make all train() calls use explicit count, epochs

* fix some error

* fix test error

* fix the train error of ConcatenatedDoc2Vec

* update the ConcatenatedDoc2Vec class

* update the parameters

* rerun all the cells
  • Loading branch information
robotcator authored and menshikh-iv committed Jul 7, 2017
1 parent faefe9d commit 3e38e33
Show file tree
Hide file tree
Showing 2 changed files with 297 additions and 410 deletions.
Loading

0 comments on commit 3e38e33

Please sign in to comment.