do a change

This commit is contained in:
luomingshuang 2022-07-03 19:32:45 +08:00
parent ac9fe5342b
commit 2a08c0f48c

View File

@ -43,7 +43,7 @@ def compute_fbank_wenetspeech_dev_test():
# number of seconds in a batch # number of seconds in a batch
batch_duration = 600 batch_duration = 600
subsets = ("S", "M", "DEV", "TEST_NET", "TEST_MEETING") subsets = ("DEV", "TEST_NET", "TEST_MEETING")
device = torch.device("cpu") device = torch.device("cpu")
if torch.cuda.is_available(): if torch.cuda.is_available():