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 1919from __future__ import division
2020from __future__ import print_function
2121
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
2326
2427import numpy as np
2528
2831from tensorflow .python .framework import dtypes
2932from tensorflow .python .framework import ops
3033from tensorflow .python .framework import tensor_shape
31- from tensorflow .python .keras . _impl . keras import engine
34+ from tensorflow .python .keras import engine
3235from tensorflow .python .ops import array_ops
3336from tensorflow .python .ops import functional_ops
3437from tensorflow .python .ops import init_ops
You can’t perform that action at this time.
0 commit comments