游雁
2024-02-20 2e8dc0933f31bf449ecc11ac1b4dc1833fdaad42
examples/aishell/branchformer/run.sh
@@ -105,7 +105,8 @@
  echo "stage 4: ASR Training"
  mkdir -p ${exp_dir}/exp/${model_dir}
  log_file="${exp_dir}/exp/${model_dir}/train.log.txt"
  current_time=$(date "+%Y-%m-%d_%H-%M")
  log_file="${exp_dir}/exp/${model_dir}/train.log.txt.${current_time}"
  echo "log_file: ${log_file}"
  gpu_num=$(echo $CUDA_VISIBLE_DEVICES | awk -F "," '{print NF}')