Commit 8bfab811 authored by Yuxin Wu's avatar Yuxin Wu Committed by GitHub

Merge pull request #42 from zsc/master

Fix import.
parents 5654f290 18679f48
...@@ -12,6 +12,7 @@ import inspect ...@@ -12,6 +12,7 @@ import inspect
from ..utils import logger, INPUT_VARS_KEY from ..utils import logger, INPUT_VARS_KEY
from ..tfutils.common import get_vars_by_names from ..tfutils.common import get_vars_by_names
from ..tfutils.gradproc import CheckGradient from ..tfutils.gradproc import CheckGradient
from ..tfutils.tower import get_current_tower_context
__all__ = ['ModelDesc', 'InputVar', 'ModelFromMetaGraph' ] __all__ = ['ModelDesc', 'InputVar', 'ModelFromMetaGraph' ]
......
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