Commit 6f0ba596 authored by Yuxin Wu's avatar Yuxin Wu

fix import

parent b01cd6d9
......@@ -19,6 +19,5 @@ if STATICA_HACK:
from tensorpack.tfutils import *
from tensorpack.train import *
from tensorpack.graph_builder import InputDesc # kept for BC
from tensorpack.input_source import *
from tensorpack.predict import *
......@@ -10,7 +10,7 @@ if STATICA_HACK:
from .distributed import *
from .utils import *
from .model_desc import InputDesc, ModelDesc, ModelDescBase # kept for BC # noqa
from .model_desc import ModelDesc, ModelDescBase
from pkgutil import iter_modules
import os
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment