File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1616# these imports ensure backward compatibility.
1717from sagemaker .deserializers import RecordDeserializer # noqa: F401 # pylint: disable=W0611
1818from sagemaker .serializers import RecordSerializer # noqa: F401 # pylint: disable=W0611
19- from sagemaker .serializer_utils import (
19+ from sagemaker .serializer_utils import ( # noqa: F401 # pylint: disable=W0611
20+ read_recordio ,
21+ read_records ,
2022 write_numpy_to_dense_tensor ,
2123 write_spmatrix_to_sparse_tensor ,
22- ) # noqa: F401 # pylint: disable=W0611
24+ )
Original file line number Diff line number Diff line change 2323import numpy as np
2424from six import with_metaclass
2525
26- from sagemaker .amazon . common import read_records
26+ from sagemaker .serializer_utils import read_records
2727from sagemaker .utils import DeferredError
2828
2929try :
You can’t perform that action at this time.
0 commit comments