__init__.py 546 字节
Newer Older
1 2 3 4 5
##################################################
# Store Library Version
##################################################
import os.path

6 7 8
###############################################################
# utils module accessible directly from pytorch-widedeep.<util>
##############################################################
9
from pytorch_widedeep.utils import (
10 11 12 13 14
    text_utils,
    image_utils,
    deeptabular_utils,
    fastai_transforms,
)
15 16
from pytorch_widedeep.version import __version__
from pytorch_widedeep.training import Trainer