mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 06:34:20 +00:00
do a change
This commit is contained in:
parent
d8907769ee
commit
37f4f65ca3
@ -98,7 +98,7 @@ def compute_fbank_wenetspeech_splits(args):
|
||||
|
||||
device = torch.device("cpu")
|
||||
if torch.cuda.is_available():
|
||||
device = torch.device("cuda", 5)
|
||||
device = torch.device("cuda", 0)
|
||||
extractor = KaldifeatFbank(KaldifeatFbankConfig(device=device))
|
||||
logging.info(f"device: {device}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user