Fix HPO evaluation bug (#645)

* fix eval automl metric bug on val_loss inconsistency

* updating starting point search space to continuous

* shortening notebok
This commit is contained in:
Xueqing Liu
2022-07-28 23:08:42 -04:00
committed by GitHub
parent d649fefa6b
commit 5eb5d43d7f
17 changed files with 724 additions and 362 deletions

View File

@@ -85,7 +85,6 @@ def _test_hf_data():
"transformer": {
"model_path": "facebook/muppet-roberta-base",
"output_dir": "test/data/output/",
"ckpt_per_epoch": 5,
"fp16": True,
}
}