Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify backend parameters with prefixes in projects.cfg #126

Closed
osma opened this issue May 17, 2018 · 2 comments
Closed

Specify backend parameters with prefixes in projects.cfg #126

osma opened this issue May 17, 2018 · 2 comments

Comments

@osma
Copy link
Member

osma commented May 17, 2018

Current situation:

[fasttext-fi]
name=fastText Finnish
language=fi
backends=fasttext
analyzer=snowball(finnish)
dim=500
lr=0.25
epoch=30
loss=hs
limit=100
chunksize=24

Desired situation:

[fasttext-fi]
name=fastText Finnish
language=fi
backends=fasttext
analyzer=snowball(finnish)
fasttext.dim=500
fasttext.lr=0.25
fasttext.epoch=30
fasttext.loss=hs
fasttext.limit=100
fasttext.chunksize=24

By using the backend name as a prefix (similar to how --backend-param works on the CLI), we can support (with backend aliasing, which will become a separate issue) multiple backends of the same type for the same project. Also it makes it clear whether parameters are project- or backend-specific.

@osma osma added this to the Short term milestone May 17, 2018
@osma
Copy link
Member Author

osma commented Nov 28, 2018

This may become unnecessary after #218

@osma
Copy link
Member Author

osma commented Jan 15, 2019

Not necessary anymore due to #218.

@osma osma closed this as completed Jan 15, 2019
@osma osma modified the milestones: Short term, Blue Sky Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant