Skip to content

Commit ca587a3

Browse files
authored
update chunked aed readme
Add path to functions used to get the chunk-sync alignment
1 parent 00a7e74 commit ca587a3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

2023-chunked-aed/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Here are the sisyphus configs:
2121
We use this [script](https://github.com/rwth-i6/i6_experiments/blob/main/users/zeyer/experiments/exp2023_02_16_chunked_attention/scripts/latency.py)
2222
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).
2323

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+
2426
### Sisyphus Setup
2527

2628
To prepare a sisyphus setup, you can run `prepare_sis_dir.sh <setup-dirname>`.
@@ -34,4 +36,4 @@ def main():
3436
run_all_exps()
3537
```
3638
Then, to run the experiments, you just call `./sis m` inside the setup dir. This
37-
will call the `main` function defined above.
39+
will call the `main` function defined above.

0 commit comments

Comments
 (0)