Skip to content

Commit

Permalink
Removed stray imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Saumitro Dasgupta committed May 26, 2016
1 parent 5ce432a commit 13c7e9a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion kaffe/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .graph import GraphBuilder, NodeMapper
from .data import DataReshaper
from .errors import KaffeError, print_stderr

from . import tensorflow
1 change: 0 additions & 1 deletion kaffe/graph.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from google.protobuf import text_format

from .caffe import get_caffe_resolver
from .data import DataInjector
from .errors import KaffeError, print_stderr
from .layers import LayerAdapter, LayerType, NodeKind, NodeDispatch
from .shapes import TensorShape
Expand Down
1 change: 0 additions & 1 deletion kaffe/tensorflow/transformer.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import numpy as np

from ..data import DataReshaper
from ..errors import KaffeError, print_stderr
from ..graph import GraphBuilder, NodeMapper
from ..layers import NodeKind
Expand Down

0 comments on commit 13c7e9a

Please sign in to comment.