update repo

This commit is contained in:
嘉渊 2023-05-17 16:40:22 +08:00
parent 33693c4182
commit 001083ba31
9 changed files with 15 additions and 0 deletions

View File

@ -105,6 +105,8 @@ predictor_conf:
r_order: 1
dataset_conf:
data_names: speech,text
data_types: sound,text
shuffle: True
shuffle_conf:
shuffle_size: 2048

View File

@ -96,6 +96,8 @@ specaug_conf:
num_time_mask: 2
dataset_conf:
data_names: speech,text
data_types: sound,text
shuffle: True
shuffle_conf:
shuffle_size: 2048

View File

@ -93,6 +93,8 @@ predictor_conf:
tail_threshold: 0.45
dataset_conf:
data_names: speech,text
data_types: sound,text
shuffle: True
shuffle_conf:
shuffle_size: 2048

View File

@ -54,6 +54,8 @@ for data_set in train dev test;do
cat ${local_records_dir}/embeds.${JOB}.shape || exit 1;
done > ${local_scp_dir_raw}/embeds.shape
fi
cp ${local_scp_dir_raw}/embeds.scp ${raw_dataset_path}/data/${data_set}/embeds.scp
done
echo "embeds is in: ${local_scp_dir_raw}"

View File

@ -73,6 +73,8 @@ scheduler_conf:
warmup_steps: 25000
dataset_conf:
data_names: speech,text
data_types: sound,text
shuffle: True
shuffle_conf:
shuffle_size: 2048

View File

@ -84,6 +84,7 @@ specaug_conf:
num_time_mask: 2
dataset_conf:
data_names: speech,text
data_types: sound,text
shuffle: True
shuffle_conf:

View File

@ -94,6 +94,7 @@ predictor_conf:
r_order: 1
dataset_conf:
data_names: speech,text
data_types: sound,text
shuffle: True
shuffle_conf:

View File

@ -54,6 +54,8 @@ for data_set in train dev_ios;do
cat ${local_records_dir}/embeds.${JOB}.shape || exit 1;
done > ${local_scp_dir_raw}/embeds.shape
fi
cp ${local_scp_dir_raw}/embeds.scp ${raw_dataset_path}/data/${data_set}/embeds.scp
done
echo "embeds is in: ${local_scp_dir_raw}"

View File

@ -78,6 +78,7 @@ specaug_conf:
num_time_mask: 2
dataset_conf:
data_names: speech,text
data_types: sound,text
shuffle: True
shuffle_conf: