__init__.py 276 字节
Newer Older
Z
Zeyu Chen 已提交
1 2 3 4 5 6 7
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

import paddle.fluid as fluid

from paddle_hub.module import Module
Z
Zeyu Chen 已提交
8 9
from paddle_hub.module import ModuleDesc
from paddle_hub.downloader import download_and_uncompress