We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we store defaults configuration for the project in utils.py.
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:
and then, for example, we can ask for the format:
"What kind of config format would you like?"
The text was updated successfully, but these errors were encountered:
I'll take care of
to allow user to dump the configuration in a requested format
Sorry, something went wrong.
save config to json or yaml is ok. This project is awesome! I can use it for kaggle compete
No branches or pull requests
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:
and then, for example, we can ask for the format:
"What kind of config format would you like?"
The text was updated successfully, but these errors were encountered: