Minor fixes.

This commit is contained in:
Fangjun Kuang 2022-05-13 22:52:44 +08:00
parent 14d91c4645
commit b44b3a77f4
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if [[ x"${GITHUB_EVENT_NAME}" == x"schedule" || x"${GITHUB_EVENT_LABEL_NAME}" ==
log "Decoding dev and test"
# use a small value for decoding with CPU
max_duration=600
max_duration=100
# Test only greedy_search to reduce CI running time
# for method in greedy_search fast_beam_search modified_beam_search; do

View File

@ -110,6 +110,7 @@ jobs:
echo "results for pruned_transducer_stateless2"
echo "===greedy search==="
find exp/greedy_search -name "log-*" -exec grep -n --color "best for dev" {} + | sort -n -k2
find exp/greedy_search -name "log-*" -exec grep -n --color "best for test" {} + | sort -n -k2
- name: Upload decoding results for gigaspeech pruned_transducer_stateless2
uses: actions/upload-artifact@v2