You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2023-chunked-aed/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ Here are the sisyphus configs:
21
21
We use this [script](https://github.com/rwth-i6/i6_experiments/blob/main/users/zeyer/experiments/exp2023_02_16_chunked_attention/scripts/latency.py)
22
22
for word emit latency measure. There is also a sisyphus job for that [here](https://github.com/rwth-i6/i6_experiments/blob/main/users/zeineldeen/experiments/chunkwise_att_2023/latency.py#L5).
23
23
24
+
Functions directly used in RETURNN config to get the chunk-synchronous target alignment from a given time-synchronous alignment (without label repetitions): https://github.com/rwth-i6/i6_experiments/blob/main/users/zeineldeen/experiments/chunkwise_att_2023/tools_eval_funcs.py
25
+
24
26
### Sisyphus Setup
25
27
26
28
To prepare a sisyphus setup, you can run `prepare_sis_dir.sh <setup-dirname>`.
@@ -34,4 +36,4 @@ def main():
34
36
run_all_exps()
35
37
```
36
38
Then, to run the experiments, you just call `./sis m` inside the setup dir. This
0 commit comments