From dda9b40ba327079a6e679e338c6bb4c215be2f4a Mon Sep 17 00:00:00 2001 From: yfyeung Date: Wed, 9 Jul 2025 16:07:22 +0000 Subject: [PATCH] fix --- egs/gigaspeech/ASR/local/compute_fbank_gigaspeech_splits.py | 1 + 1 file changed, 1 insertion(+) diff --git a/egs/gigaspeech/ASR/local/compute_fbank_gigaspeech_splits.py b/egs/gigaspeech/ASR/local/compute_fbank_gigaspeech_splits.py index 12abb9391..0ddcf3317 100755 --- a/egs/gigaspeech/ASR/local/compute_fbank_gigaspeech_splits.py +++ b/egs/gigaspeech/ASR/local/compute_fbank_gigaspeech_splits.py @@ -18,6 +18,7 @@ import argparse import logging +import os from pathlib import Path import torch