tf.python_io.TFRecordWriter.__init__(path, options=None)
Opens file path
and creates a TFRecordWriter
writing to it.
Args:
-
path
: The path to the TFRecords file. -
options
: (optional) A TFRecordOptions object.
Raises:
-
IOError
: Ifpath
cannot be opened for writing.
Please login to continue.