flowers.rst 392 字节
Newer Older
W
wuzewu 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
==============
Flowers
==============

.. code-block:: python

    class paddlehub.datasets.Flowers(transform: Callable, mode: str = 'train'):

-----------------

   Flower classification dataset.

-----------------

* Args:
    * transform(Callable)
        The method of preprocess images.
    
    * mode(str)
        The mode for preparing dataset(train, test or val). Default to 'train'.