Revision f04806e2ddcd9af66be2bec85a9ec9311f3a31a5 authored by Jean Kossaifi on 23 December 2018, 23:32:26 UTC, committed by Jean Kossaifi on 23 December 2018, 23:32:26 UTC
1 parent 05b6b2f
Raw File
__init__.py
"""
The :mod:`tensorly.datasets` module includes utilities to load datasets and
create synthetic data, e.g. for testing purposes.
"""

from .synthetic import gen_image
back to top