-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fixes update_alpha problem when calling rho(), pass_ wasn't in scope - Change rho: - To not rely on num_updates/chunksize: when updates from a corpus size < chunksize, rho remains 1.0 for most updates. - *add* the pass count with the number of updates - Change the num_updates to actually be number of updates, rather than number of documents seen. Matches paper now, this relates to the chunksize problem.
- Loading branch information
Showing
1 changed file
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters