summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-27 22:10:46 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-10-27 22:10:46 +0200
commitb291781c3f4599e7320388ee6c26178e4e371dae (patch)
tree5bb2a60fe5b2a5dd6f9acf013224dda4dc458e1a /Makefile
parent07a5b84b001756b06c6dc0c54f396ea42b11067b (diff)
Remove build transitions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 88276c5..0476f1d 100644
--- a/Makefile
+++ b/Makefile
@@ -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