summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-24 00:59:12 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-24 00:59:12 +0200
commitb363b61dfd5ead2c9fe44e55b0c7bde166fdcc94 (patch)
tree1b15424a6c6d63be2b1de243801e890e5e6fbc90
parent45dfa045d929c0b3a3f905f9c0723fe8dc809bc6 (diff)
Update Makefile with graph
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0476f1d..88276c5 100644
--- a/Makefile
+++ b/Makefile
@@ -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