-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
A: paramsRelated to dvc paramsRelated to dvc paramsenhancementEnhances DVCEnhances DVCp3-nice-to-haveIt should be done this or next sprintIt should be done this or next sprint
Description
Hey there folks!
I'm using DVC for a Spacy project and, since v3 of Spacy, all the params of the model are stored in a config.cfg file, as explained here and here.
I thought that would be nice to use the config.cfg as a parameters file, the same way as we can use a .toml or .yaml. Example:
train:
cmd: python -m spacy train config.cfg
deps:
- data/inter/train_legal_ner.spacy
- data/inter/dev_legal_ner.spacy
params:
- config.cfg:
- training.max_steps
- training.dropoutThis maybe would, even, affect the Spacy integration with DVC that right now doesn't use the params option.
I would be glad to help with any other information, and, with some tips, try to implement this .cfg parser.
Thank you in advance.
Metadata
Metadata
Assignees
Labels
A: paramsRelated to dvc paramsRelated to dvc paramsenhancementEnhances DVCEnhances DVCp3-nice-to-haveIt should be done this or next sprintIt should be done this or next sprint