mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-16 02:25:18 -05:00
fixing trainable and update function, completing NOTE (#566)
* fix checkpoint naming + trial id for non-ray mode, fix the bug in running test mode, delete all the checkpoints in non-ray mode * finished testing for checkpoint naming, delete checkpoint, ray, max iter = 1
This commit is contained in:
@@ -21,7 +21,7 @@ def test_metric_constraints():
|
||||
"log_type": "all",
|
||||
"retrain_full": "budget",
|
||||
"keep_search_state": True,
|
||||
"time_budget": 1,
|
||||
"time_budget": 2,
|
||||
"pred_time_limit": 5.1e-05,
|
||||
}
|
||||
from sklearn.externals._arff import ArffException
|
||||
|
||||
Reference in New Issue
Block a user