mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-09 08:16:09 +00:00

* refactoring TransformersEstimator to support default and custom_hp * handling starting_points not in search space * addressing starting point more than max_iter * fixing upper < lower bug
9 lines
192 B
Python
9 lines
192 B
Python
def test_load_args_sub():
|
|
from flaml.nlp.utils import TrainingArgumentsForAuto
|
|
|
|
TrainingArgumentsForAuto.load_args_from_console()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
test_load_args_sub()
|