You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "Frank McQuillan (Jira)" <ji...@apache.org> on 2020/08/06 23:39:00 UTC

[jira] [Created] (MADLIB-1447) DL: Hyperband phase 3 - logic for diagonal runs

Frank McQuillan created MADLIB-1447:
---------------------------------------

             Summary: DL:  Hyperband phase 3 - logic for diagonal runs
                 Key: MADLIB-1447
                 URL: https://issues.apache.org/jira/browse/MADLIB-1447
             Project: Apache MADlib
          Issue Type: New Feature
            Reporter: Frank McQuillan
             Fix For: v1.18.0


Python code to do some version of this is in https://github.com/apache/madlib-site/blob/asf-site/community-artifacts/Deep-learning/automl/hyperband-diag-cifar10-v1.ipynb


**Story***

Implement the diagonal logic without doing the actual training, i.e., don't call fit.  Print out to console so we can see the logic is correct. 


**Acceptance**

1) For `R=81, eta=3` print out the s, i, n_i and r_i values to prove that the diagonal logic is working properly
2) Set skip_last =1 and check logic again
3) Try multiple other values and check that logic is correct.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)