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
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Webui detail page(hyper-parameter) will be broken if experiment's search space doesn't match trial parameters.
And it also affect other function, such as search space type column.
How to do it?:
plan A:
webui check search space and trial parameters key's match status to fix broken page and other items.
advantages:
only webui to check these
make config.yml laconic
disadvantages:
user might give us an unimaginable search space
plan B:
add a field in config.yml file, for example, IsMatchSearchSpaceAndTrialParameter: true. webui could get match status by this field.
advantages:
could deal with all tyeps of search space
disadvantages:
need to add a field in config.yml (maybe this is a niche demand)
Additional information:
The text was updated successfully, but these errors were encountered:
Environment:
Log message:
What issue meet, what's expected?:
Webui detail page(
hyper-parameter
) will be broken if experiment's search space doesn't match trial parameters.And it also affect other function, such as
search space type column
.How to do it?:
plan A:
webui check search space and trial parameters key's match status to fix broken page and other items.
advantages:
disadvantages:
plan B:
add a field in
config.yml
file, for example,IsMatchSearchSpaceAndTrialParameter: true
. webui could get match status by this field.advantages:
disadvantages:
Additional information:
The text was updated successfully, but these errors were encountered: