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
One that, given a seed provided by a "trusted third party" samples the held-out workloads (one for each dataset) to use in the competition.
One function that, given a seed and a submission ID, provides hyperparameter seeds, grouped by study, I.e. 5 groups of 5 hyperparameter configurations.
The text was updated successfully, but these errors were encountered:
@fsschneider I'm not sure if I understand the second sampling function. Please correct me if this is wrong; assuming the hyperparameter configurations correspond to tuning trials (which should be 5 trials now), what do the studies correspond to?
@fsschneider, @georgedahl just noticed our technical documentation says: "After the submission deadline, one held-out workload will be sampled for each fixed workload".
Can you clarify whether we will sample 1 held-out workload per dataset (6 total) or 1 held-out workload per base workload (8 total)?
Upon further reflection it seems like we may want 1 per workload since. If we only have 6 then we'd have to either
apply the held-out workload scoring criteria to the two base workloads for which no variants were sampled by using the variants that were sampled for the other 2 workload that use the same dataset.
not apply the held-out workload scoring criteria to the two base workloads for which no variants were sampled.
Description
We need two functions:
The text was updated successfully, but these errors were encountered: