Skip to content

Commit

Permalink
do a change (facebookresearch#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
luomingshuang authored Jul 3, 2022
1 parent ac9fe53 commit 10e8bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 10e8bc5

Please sign in to comment.