diff --git a/fluid/DeepASR/examples/aishell/profile.sh b/fluid/DeepASR/examples/aishell/profile.sh new file mode 100644 index 0000000000000000000000000000000000000000..231ebf07abe398e10909f30234bfcb3d6fed090b --- /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 \