Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
- added a few imports to __init__'s
Browse files Browse the repository at this point in the history
  • Loading branch information
nasimrahaman committed Sep 5, 2017
1 parent 9c6a07e commit 5e916f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inferno/io/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from . import box
from . import core
from . import transform
from . import volumetric
4 changes: 4 additions & 0 deletions inferno/io/box/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
"""Things that work out of the box. ;)"""

from .camvid import CamVid, get_camvid_loaders
from .cityscapes import Cityscapes, get_cityscapes_loaders
from .cifar import get_cifar10_loaders, get_cifar100_loaders

0 comments on commit 5e916f9

Please sign in to comment.