diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-27 22:10:46 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-27 22:10:46 +0200 |
commit | b291781c3f4599e7320388ee6c26178e4e371dae (patch) | |
tree | 5bb2a60fe5b2a5dd6f9acf013224dda4dc458e1a /Makefile | |
parent | 07a5b84b001756b06c6dc0c54f396ea42b11067b (diff) |
Remove build transitions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -16,7 +16,4 @@ generate: poetry run extract-iam-text --use_words --save_text train.txt --save_tokens letters.txt poetry run make-wordpieces --output_prefix iamdb_1kwp --text_file train.txt --num_pieces 1000 -graph: - poetry run build-transitions --prune 0 10 --blank optional --self_loops --save_path 1kwp_prune_0_10_optblank.bin - -.PHONY: install download generate graph +.PHONY: install download generate |