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
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.
PR will be established, if this fits well within the application's design and intuition.
The text was updated successfully, but these errors were encountered:
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.
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.
PR will be established, if this fits well within the application's design and intuition.
The text was updated successfully, but these errors were encountered: