From 55ceeb9c8b56c487106ec5647ce8da97f3c3b58f Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Sun, 13 May 2018 20:50:16 -0700 Subject: [PATCH] Add profile in aishell example --- fluid/DeepASR/examples/aishell/profile.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fluid/DeepASR/examples/aishell/profile.sh diff --git a/fluid/DeepASR/examples/aishell/profile.sh b/fluid/DeepASR/examples/aishell/profile.sh new file mode 100644 index 00000000..231ebf07 --- /dev/null +++ b/fluid/DeepASR/examples/aishell/profile.sh @@ -0,0 +1,7 @@ +export CUDA_VISIBLE_DEVICES=2,3,4,5 +python -u ../../tools/profile.py --feature_lst data/train_feature.lst \ + --label_lst data/train_label.lst \ + --mean_var data/aishell/global_mean_var \ + --parallel \ + --frame_dim 2640 \ + --class_num 101 \ -- GitLab