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
AutoGluon separated scheduler and searcher as two different inputs into HPO. However, in the code [1] only search_strategy is available. Currently we have to do this workaround: [2][3].
AutoGluon separated scheduler and searcher as two different inputs into HPO. However, in the code [1] only search_strategy is available. Currently we have to do this workaround: [2][3].
[1] https://github.com/dmlc/gluon-cv/blob/master/gluoncv/auto/tasks/image_classification.py#L234-L259
[2] https://github.com/awslabs/autogluon/blob/45a8f9166d3a791e6c65b723748ea92892b3b679/vision/src/autogluon/vision/predictor/predictor.py#L282-L284
[3] https://github.com/awslabs/autogluon/blob/45a8f9166d3a791e6c65b723748ea92892b3b679/vision/src/autogluon/vision/predictor/predictor.py#L317-L319
The text was updated successfully, but these errors were encountered: