Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tonic/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from .nmnist import NMNIST
from .ntidigits18 import NTIDIGITS18
from .pokerdvs import POKERDVS
from .pokerdvs131 import POKERDVS131
from .s_mnist import SMNIST
from .threeET_eyetracking import ThreeET_Eyetracking
from .tum_vie import TUMVIE
Expand All @@ -31,6 +32,7 @@
"NMNIST",
"NTIDIGITS18",
"POKERDVS",
"POKERDVS131",
"SHD",
"SMNIST",
"SSC",
Expand Down
Loading