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

Execution Configuration Dialog #124

Open
vasudev13 opened this issue Mar 24, 2020 · 2 comments
Open

Execution Configuration Dialog #124

vasudev13 opened this issue Mar 24, 2020 · 2 comments

Comments

@vasudev13
Copy link

To make things easier and avoid confusion, we can have selects for configuration settings. Moreover, while defining the Optimizer, there should be an number input for Learning Rate.

Chip Multiselect was used for metrics as having multiple metrics is common while evaluating a network(though same can be achieved using checkboxes) . Plus, if an additional functionality is to have Custom Metrics (very common in ML Competitions), allowing user to define an custom python function in a textarea.

Peek 2020-03-24 14-17

PR will be established, if this fits well within the application's design and intuition.

@srivastava9
Copy link
Contributor

@vasudev13 Do check the backend if it contain such options :)

@vasudev13
Copy link
Author

As in keras's backend? or application's backend. I believe earlier options were hard-coded in config object, I have only changed the UI elements. I do agree a list can be populated from a API, but I don't think any such implementation is present as of now. I could be wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants