espnet2.legacy.utils.cli_writers.HDF5Writer
Less than 1 minute
espnet2.legacy.utils.cli_writers.HDF5Writer
class espnet2.legacy.utils.cli_writers.HDF5Writer(wspecifier, write_num_frames=None, compress=False)
Bases: BaseWriter
HDF5Writer Class.
Examples
>>> with HDF5Writer('ark:out.h5', compress=True) as f:
... f['key'] = arrayInitialize HDF5 Writer.
