Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion egs/voxceleb/v2/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stage=0
if [ $stage -le 0 ]; then
local/make_voxceleb2.pl $voxceleb2_root dev data/voxceleb2_train
local/make_voxceleb2.pl $voxceleb2_root test data/voxceleb2_test
# This script reates data/voxceleb1_test and data/voxceleb1_train.
# This script creates data/voxceleb1_test and data/voxceleb1_train.
# Our evaluation set is the test portion of VoxCeleb1.
local/make_voxceleb1.pl $voxceleb1_root data
# We'll train on all of VoxCeleb2, plus the training portion of VoxCeleb1.
Expand Down