Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Oct 21, 2018
1 parent 6ac5065 commit 0fac1d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion large/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ If you delete the ``--disk`` option, xLearn can train faster. ::

In this time, the training of each epoch will only spend nearly ``1.8`` seconds.

We can set the block size for on-disk training by using ``-block`` option.
We can set the block size for on-disk training by using ``-block`` option. For example: ::

./xlearn_train ./big_data.txt -s 2 -block 1000 --disk

In this example, we set the block size to ``1000MB``. On default, this value will be set to ``500``.

Users can also use ``--disk`` option in the prediction task: ::

Expand Down

0 comments on commit 0fac1d3

Please sign in to comment.