do a change (#460)

This commit is contained in:
Mingshuang Luo 2022-07-03 19:35:01 +08:00 committed by GitHub
parent ac9fe5342b
commit 10e8bc5b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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