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

Option to export model training config #36

Open
4 tasks
trsvchn opened this issue Apr 3, 2021 · 2 comments
Open
4 tasks

Option to export model training config #36

trsvchn opened this issue Apr 3, 2021 · 2 comments
Labels
backend Backend: code gen etc enhancement New feature or request

Comments

@trsvchn
Copy link
Member

trsvchn commented Apr 3, 2021

Currently we store defaults configuration for the project in utils.py.

And as it was discussed, it would be great to add option for the user to be able to dump this configuration (e.g. for reproducibility purpose).

we can make it optional with another flag like:

  • "Store config in a separate file?"

and then, for example, we can ask for the format:

"What kind of config format would you like?"

  • py
  • json
  • yaml
@trsvchn trsvchn added enhancement New feature or request backend Backend: code gen etc labels Apr 3, 2021
@trsvchn
Copy link
Member Author

trsvchn commented Apr 7, 2021

I'll take care of

we can make it optional with another flag like:

to allow user to dump the configuration in a requested format

@trsvchn trsvchn self-assigned this Apr 7, 2021
@hktxt
Copy link

hktxt commented Apr 22, 2021

save config to json or yaml is ok.
This project is awesome! I can use it for kaggle compete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend: code gen etc enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants