Training Config Widget gives duplicate optimizer lines
Open
docs
- Dominant language
- Python
- Stars
- 33.9k
- Forks
- 4.7k
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
I am going through the process of creating a custom ner model after having converted my annotated files to spaCy format. I am using the widget at [the relevant spaCy site](https://spacy.io/usage/training#config). When I go select my settings (English, ner only, CPU, accuracy), I get two `optimizers` lines such that the config file generated will give an error `configparser.DuplicateSectionError` when I go to train
Contributor guide
Assessment
This issue has not been assessed yet.