|
|
|
@ -14,7 +14,6 @@
|
|
|
|
|
|
|
|
|
|
import core
|
|
|
|
|
import contextlib
|
|
|
|
|
from ..batch import batch
|
|
|
|
|
__all__ = ['convert_reader_to_recordio_file']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -48,9 +47,6 @@ def convert_reader_to_recordio_file(
|
|
|
|
|
return counter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import paddle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def convert_reader_to_recordio_files(
|
|
|
|
|
filename_suffix,
|
|
|
|
|
batch_per_file,
|
|
|
|
|