File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
compression/python/layers Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 19
19
from __future__ import division
20
20
from __future__ import print_function
21
21
22
- from compression .python .ops import coder_ops
22
+ # TODO(jonycgn,nmjohn): revert to using this implementation once we figure out
23
+ # why the nightlies don't work.
24
+ # from compression.python.ops import coder_ops
25
+ from tensorflow .contrib .coder .python .ops import coder_ops
23
26
24
27
import numpy as np
25
28
28
31
from tensorflow .python .framework import dtypes
29
32
from tensorflow .python .framework import ops
30
33
from tensorflow .python .framework import tensor_shape
31
- from tensorflow .python .keras . _impl . keras import engine
34
+ from tensorflow .python .keras import engine
32
35
from tensorflow .python .ops import array_ops
33
36
from tensorflow .python .ops import functional_ops
34
37
from tensorflow .python .ops import init_ops
You can’t perform that action at this time.
0 commit comments