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

Leave from single INI file #13

Open
odashi opened this issue Mar 9, 2017 · 0 comments
Open

Leave from single INI file #13

odashi opened this issue Mar 9, 2017 · 0 comments

Comments

@odashi
Copy link
Owner

odashi commented Mar 9, 2017

Current NMTKit uses INI files for all configurations (see the sample script) and this lacks some flexibilities for model re-writing. We always need to modify large INI file even if changing only 1 configuration.

Our interest is below:

  • Separating global configurations and experiment-specific configurations.
    1. Allowing to specify multiple script files in --config option.
    2. Placeholder option, e.g. if the option is set to NULL, then users should give actual parameters through the command line.
  • Allowing to use other data format (JSON, XML, etc.) that could store more structured options in exchange of redundant writings.
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