Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nanoporetech/bonito
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Apr 21, 2021
2 parents 60ac4a7 + 51ad95b commit c57cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] --directory /data/training/ctc-data /data/training/fine-tuned-model
bonito train --epochs 1 --lr 5e-4 --pretrained [email protected] --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.
Expand Down

0 comments on commit c57cca9

Please sign in to comment.