forked from facebookresearch/fastText
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: autotune bucket size manually set
Summary: The bucket part of the matrix is needed only when we compute subwords or when we want to take into account the word-ngrams. Otherwise the bucket size is set to 0. However, when the autotune is activated, the decision to set the bucket size to 0 should be let to autotune strategy. Reviewed By: EdouardGrave Differential Revision: D17629756 fbshipit-source-id: f259b7aad562fdd10a813af368171dee57a4a569
- Loading branch information
1 parent
0c6db7c
commit 1b11e96
Showing
3 changed files
with
12 additions
and
9 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