Revision 1295ccb09626f89f20d0c0183d618f96b4833bf1 authored by Jean Kossaifi on 08 May 2018, 21:04:53 UTC, committed by Jean Kossaifi on 08 May 2018, 22:15:23 UTC
1 parent c729db7
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