Commit caf9ee8d authored by Yuxin Wu's avatar Yuxin Wu

fix missing import

parent 63c0f891
...@@ -17,4 +17,5 @@ if _HAS_TF: ...@@ -17,4 +17,5 @@ if _HAS_TF:
from tensorpack.train import * from tensorpack.train import *
from tensorpack.graph_builder import * from tensorpack.graph_builder import *
from tensorpack.input_source import *
from tensorpack.predict import * from tensorpack.predict import *
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