You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Allowing to specify multiple script files in --config option.
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: