fix the shuffle agrument usage and the default (#6307)

This commit is contained in:
Stas Bekman
2020-08-06 17:32:28 -07:00
committed by GitHub
parent ffceef2042
commit 175cd45e13
2 changed files with 3 additions and 2 deletions

View File

@@ -329,6 +329,7 @@ def test_finetune_extra_model_args():
assert str(excinfo.value) == f"model config doesn't have a `{unsupported_param}` attribute"
@unittest.skip("Conflict with different add_argparse_args - needs a serious sync")
def test_finetune_lr_shedulers(capsys):
args_d: dict = CHEAP_ARGS.copy()