Skip to content

Commit

Permalink
Update documention of the --threads option in the man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Nov 3, 2019
1 parent 9838f33 commit 64429da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions man/finalfrontier-deps.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@ arguments for `buckets`, `minn` and `maxn`.

`--threads` *N*

: The number of thread to use during training for parallelization. The default
is to use half of the logical CPUs of the machine.
: The number of thread to use during training for
parallelization. The default is to use half of the logical CPUs of
the machine, capped at 20 threads. Increasing the number of
threads increases the probability of update collisions, requiring
more epochs to reach the same loss.

`--untyped_deps`

Expand Down
7 changes: 5 additions & 2 deletions man/finalfrontier-skipgram.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,11 @@ arguments for `buckets`, `minn` and `maxn`.

`--threads` *N*

: The number of thread to use during training for parallelization. The
default is to use half of the logical CPUs of the machine.
: The number of thread to use during training for
parallelization. The default is to use half of the logical CPUs of
the machine, capped at 20 threads. Increasing the number of
threads increases the probability of update collisions, requiring
more epochs to reach the same loss.

`--zipf` *EXP*

Expand Down

0 comments on commit 64429da

Please sign in to comment.