add the recordio in creator.py and change the " to \' (#9358)

helinwang-patch-1
Burness Duan 7 years ago committed by Qiao Longfei
parent 72f9cf16fa
commit 30f1bd6a64

@ -16,7 +16,7 @@ Creator package contains some simple reader creator, which could
be used in user program. be used in user program.
""" """
__all__ = ['np_array', 'text_file', "cloud_reader"] __all__ = ['np_array', 'text_file', 'recordio', 'cloud_reader']
def np_array(x): def np_array(x):

Loading…
Cancel
Save