rename config files

pull/1491/head
huangyuxin 4 years ago
parent 7249d0ba59
commit f2eb5db0bd

@ -32,7 +32,7 @@ if [ ${MODE} = "benchmark_train" ];then
cd -
if [ ${model_name} == "conformer" ]; then
# set the URL for aishell_tiny dataset
URL='None'
URL=${conformer_data_URL:-"None"}
echo "URL:"${URL}
if [ ${URL} == 'None' ];then
echo "please contact author to get the URL.\n"

Loading…
Cancel
Save