We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d10668 commit 5e30829Copy full SHA for 5e30829
cebra/datasets/__init__.py
@@ -96,6 +96,7 @@ def get_datapath(path: str = None) -> str:
96
from cebra.datasets.gaussian_mixture import *
97
from cebra.datasets.hippocampus import *
98
from cebra.datasets.monkey_reaching import *
99
+ from cebra.datasets.synthetic_data import *
100
except ModuleNotFoundError as e:
101
warnings.warn(f"Could not initialize one or more datasets: {e}. "
102
f"For using the datasets, consider installing the "
0 commit comments