Skip to content

Commit

Permalink
egs: update limit value in test_dataset configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiangsnr committed Jan 23, 2024
1 parent db88479 commit 57bd204
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/wsj0-mix/spiking_fullsubnet/default.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ limit = 200
batch_size = 1
num_workers = 1


[test_dataset]
path = "dataloader.Dataset"
[test_dataset.args]
Expand All @@ -96,7 +95,7 @@ s1_scp_or_dir = "/datasets/wsj0-mix/2speakers/wav8k/min/tt/s1"
s2_scp_or_dir = "/datasets/wsj0-mix/2speakers/wav8k/min/tt/s2"
is_train = false
offset = 0
limit = 200
limit = -1
[test_dataset.dataloader]
batch_size = 1
num_workers = 1

0 comments on commit 57bd204

Please sign in to comment.