fix import data module
This commit is contained in:
parent
9d7417a531
commit
56fff47001
2 changed files with 3 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ from .nn import *
|
|||
from .optim import *
|
||||
from .utils import *
|
||||
from .norchvision import *
|
||||
from . import data
|
||||
|
||||
__version__ = "0.0.4"
|
||||
__author__ = 'Lucas de Lima Nogueira'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
from .dataset import *
|
||||
from .example import *
|
||||
from .dataloader import *
|
||||
from .batch import *
|
||||
from .batch import *
|
||||
from .distributed import *
|
||||
Loading…
Add table
Add a link
Reference in a new issue