mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-31 21:02:33 +00:00

Sequence classification and regression: "seq-classification" and "seq-regression" Co-authored-by: Chi Wang <wang.chi@microsoft.com>
9 lines
145 B
Python
9 lines
145 B
Python
def test_load_args_sub():
|
|
from flaml.nlp.utils import HPOArgs
|
|
|
|
HPOArgs.load_args()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
test_load_args_sub()
|