mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-14 11:18:06 +08:00
Merge pull request #1555 from sciunto/user_guide-joblib
DOC: Add link joblib website in userguide
This commit is contained in:
Executable → Regular
+3
-1
@@ -3,7 +3,9 @@ How to parallelize loops
|
||||
========================
|
||||
|
||||
In image processing, we frequently apply the same algorithm
|
||||
on a large batch of images. Here is an example:
|
||||
on a large batch of images. In this paragraph, we propose to
|
||||
use `joblib <https://pythonhosted.org/joblib/>`_ to parallelize
|
||||
loops. Here is an example of such repetitive tasks:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user