-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LDA: fix odd/even voc_size & topic_num, memory alignment
Pivotal Tracker: #100046648 Changes: - add tests in install-check to cover all (odd/even) x (odd/even) cases - fix the padding for LDA model storing integer matrix in bigint[] always allocate ((voc_size * (topic_num + 1) + 1) / 2) number of bigint
- Loading branch information
Feng, Xixuan (Aaron)
committed
Jul 29, 2015
1 parent
5b57779
commit bf083f5
Showing
3 changed files
with
91 additions
and
42 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
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
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