From ade2a5e6dcebdfa0093fa29c66586821979e299e Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期一, 29 五月 2023 10:19:46 +0800
Subject: [PATCH] update repo

---
 docs/academic_recipe/asr_recipe.md   |    5 ++++-
 docs/academic_recipe/images/loss.png |    0 
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/docs/academic_recipe/asr_recipe.md b/docs/academic_recipe/asr_recipe.md
index 0b2dd17..e5a7f02 100644
--- a/docs/academic_recipe/asr_recipe.md
+++ b/docs/academic_recipe/asr_recipe.md
@@ -35,6 +35,9 @@
 ```sh
 tensorboard --logdir ${exp_dir}/exp/${model_dir}/tensorboard/train
 ```
+Here is an example of loss:
+
+<img src="images/loss.png" width="200"/>
 
 The inference results are saved in `${exp_dir}/exp/${model_dir}/decode_asr_*/$dset`. The main two files are `text.cer` and `text.cer.txt`. `text.cer` saves the comparison between the recognized text and the reference text, like follows:
 ```text
@@ -177,7 +180,7 @@
 encoder: conformer
 encoder_conf:
     output_size: 256    # dimension of attention
-    attention_heads: 4  # number of heads in multi-head attention
+    attention_heads: 4  # the number of heads in multi-head attention
     linear_units: 2048  # the number of units of position-wise feed forward
     num_blocks: 12      # the number of encoder blocks
     dropout_rate: 0.1
diff --git a/docs/academic_recipe/images/loss.png b/docs/academic_recipe/images/loss.png
new file mode 100644
index 0000000..f559864
--- /dev/null
+++ b/docs/academic_recipe/images/loss.png
Binary files differ

--
Gitblit v1.9.1