From 51ad95bca37c6c3f45f233f07f43cd1a2fb72ff4 Mon Sep 17 00:00:00 2001 From: Chris Seymour Date: Wed, 21 Apr 2021 20:43:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f172d076..82ef60ef 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $ bonito train --directory /data/training/ctc-data /data/training/model-dir In addition to training a new model from scratch you can also easily fine tune one of the pretrained models. ```bash -bonito training --epochs 1 --lr 5e-4 --pretrained dna_r9.4.1@v3.3 --directory /data/training/ctc-data /data/training/fine-tuned-model +bonito train --epochs 1 --lr 5e-4 --pretrained dna_r9.4.1@v3.3 --directory /data/training/ctc-data /data/training/fine-tuned-model ``` If you are interested in method development and don't have you own set of reads then a pre-prepared set is provide.