diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-24 00:59:12 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-10-24 00:59:12 +0200 |
commit | b363b61dfd5ead2c9fe44e55b0c7bde166fdcc94 (patch) | |
tree | 1b15424a6c6d63be2b1de243801e890e5e6fbc90 /Makefile | |
parent | 45dfa045d929c0b3a3f905f9c0723fe8dc809bc6 (diff) |
Update Makefile with graph
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,4 +16,7 @@ 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 -.PHONY: install download generate +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 |