Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #34 from several27/patch-2
Browse files Browse the repository at this point in the history
Fixes wrong var assignment
  • Loading branch information
peteriz authored Feb 27, 2019
2 parents 6bc7c0e + 9ef1c26 commit 6d64b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp_architect/models/np2vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _train(self):
hs=self.hs,
negative=self.negative,
cbow_mean=self.cbow_mean,
iter=iter,
iter=self.iter,
min_n=self.min_n,
max_n=self.max_n,
word_ngrams=self.word_ngrams)
Expand Down

0 comments on commit 6d64b63

Please sign in to comment.