Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSJ Data Preparation #617

Merged
merged 18 commits into from
Oct 18, 2022
Prev Previous commit
minor fix 2
  • Loading branch information
teowenshen committed Oct 18, 2022
commit 2dcea68f2a863f8ce8a47d30e333b891cff1281f
7 changes: 6 additions & 1 deletion egs/csj/ASR/local/compute_fbank_csj.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@
from typing import List, Tuple

import torch
from lhotse import ( # See the following for why LilcomChunkyWriter is preferred; https://github.com/k2-fsa/icefall/pull/404; https://github.com/lhotse-speech/lhotse/pull/527; ChunkedLilcomHdf5Writer,
from lhotse import (
CutSet,
Fbank,
FbankConfig,
# fmt: off
# See the following for why LilcomChunkyWriter is preferred
# https://github.com/k2-fsa/icefall/pull/404
# https://github.com/lhotse-speech/lhotse/pull/527
# fmt: on
LilcomChunkyWriter,
RecordingSet,
SupervisionSet,
Expand Down