Skip to content

Commit

Permalink
[!150][SIMULTANEOUS][BUG] Fix parameter in the SimulST README (EDAtt …
Browse files Browse the repository at this point in the history
…and AlignAtt)

# Why is the change needed?
Fix the parameter related to the `speech_segment_size` after refactoring.
See issue [#6 on github](#6).

# What changes does the patch introduce?
Change the README to set the correct parameter

# How was this patch tested?
N/A
  • Loading branch information
sarapapi authored and mgaido91 committed Oct 27, 2023
1 parent c4682be commit de31ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fbk_works/ALIGNATT_SIMULST_AGENT_INTERSPEECH2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ simuleval \
--model-path ${ST_SAVE_DIR}/checkpoint_avg7.pt \
--extract-attn-from-layer 3 \
--frame-num ${FRAME} \
--speech-segment-factor 10 \
--speech-segment-factor 25 \
--output ${OUT_DIR} \
--port ${PORT} \
--gpu \
Expand Down
2 changes: 1 addition & 1 deletion fbk_works/EDATT_SIMULST_AGENT_ACL2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ simuleval \
--model-path ${ST_SAVE_DIR}/checkpoint_avg7.pt \
--extract-attn-from-layer 3 \
--frame-num 2 --attn-threshold $ALPHA \
--speech-segment-factor 8 \
--speech-segment-factor 20 \
--output ${OUT_DIR} \
--port ${PORT} \
--gpu \
Expand Down

0 comments on commit de31ff7

Please sign in to comment.